I have a search engine form on my homepage with a form action tag pointing to someone elses site. Is there a way to create a frame or open a window when the form is submitted so my page won't be entirely removed by the search results?
The only solution I figured out was to point the form to a script on my site where I'd put the submitted data in hidden fields, load my homepage from the script, open the window, and offer some choice to get another submit button to be pressed.