Benj
06-02-2000, 02:38 PM
Hi,
I will put a form to search my site from an external source. The search engine generate a form to put on my site with a drop down menu with several options. When I do a search with an option selected, it will only search a a part of my site.
What I would like to do is not to display the drop down menu, and force the search to use one option, lets say in this example option "east site".
Here is the code:
<form method="get" action="http://search.atomz.com/search/">
<input size=15 name="sp-q">
<!-- Collections -->
<select name="sp-k">
<option value="">West side</option>
<option value="All">All</option>
<option value="East">East site</option>
<option value="French">French</option>
</select>
<input type=submit value="Search">
<input type=hidden name="sp-a" value="0012">
</form>
How should I change this code ?
Thanks,
Benj
[This message has been edited by Benj (edited 06-02-00@2:41 pm)]
I will put a form to search my site from an external source. The search engine generate a form to put on my site with a drop down menu with several options. When I do a search with an option selected, it will only search a a part of my site.
What I would like to do is not to display the drop down menu, and force the search to use one option, lets say in this example option "east site".
Here is the code:
<form method="get" action="http://search.atomz.com/search/">
<input size=15 name="sp-q">
<!-- Collections -->
<select name="sp-k">
<option value="">West side</option>
<option value="All">All</option>
<option value="East">East site</option>
<option value="French">French</option>
</select>
<input type=submit value="Search">
<input type=hidden name="sp-a" value="0012">
</form>
How should I change this code ?
Thanks,
Benj
[This message has been edited by Benj (edited 06-02-00@2:41 pm)]