No More Interruptions By The Record Label Execs! : Those of you who read " More Cowbell " article about embedding new Google forms in web pages may have noticed the line: " To keep your web page from redirecting to the google success message and requiring your users to press the 'back' button, simply add: target="_blank" to the form tag prior to the action attribute. " at the bottom of the article. It has also been noted in the Google Docs user forums that the forms would be more useful for multi-entry data input if they didn't redirect when the user hit the submit button. Even using the _blank suggestion mentioned above, you'll quickly wind up with an annoyingly large number of 'Thank You' tabs or windows depending on you browser. Well, it turns out, there's an answer to this problem! Immediately before the form tag, insert the following line of html: < iframe name="catcher" height="0">&l...