Hi
I am new to all this.
I have added the following to my index page
<form method="GET" action="search.php">
<input type="text" name="zoom_query" size="10">
<input type="submit" value="Search">
</form>
How can I now make the "Search this site" page open in a new browser window so when the window is closed it does not close the website being browsed?
I hope I am making myself clear
Gil
I am new to all this.
I have added the following to my index page
<form method="GET" action="search.php">
<input type="text" name="zoom_query" size="10">
<input type="submit" value="Search">
</form>
How can I now make the "Search this site" page open in a new browser window so when the window is closed it does not close the website being browsed?
I hope I am making myself clear
Gil
Comment