bacterozoid
10-26-2002, 12:45 AM
I have a search script on my *unfinished* site: http://www21.brinkster.com/jonshtmlhelp/
When you submit your query, a window pops up. This is all fine and dandy, but is there a way to get this to write into the current window, without it interrupting what is already there? I know using the document.write would simply write a whole new page basically, but is there a way I can specify where I want my results to write to, or better yet, clear some text already there and replace it with the search results? Thank's if you can help me out, even if you just point out that something is not possible.
When you submit your query, a window pops up. This is all fine and dandy, but is there a way to get this to write into the current window, without it interrupting what is already there? I know using the document.write would simply write a whole new page basically, but is there a way I can specify where I want my results to write to, or better yet, clear some text already there and replace it with the search results? Thank's if you can help me out, even if you just point out that something is not possible.