I'm trying to use the code given in the user manual to insert a search box into each page of our intranet site (slightly amended to suit our directory structure):
Thanks a bunch.
<form method="GET" action="search/search.asp">
<input type="text" name="zoom_query" size="10">
<input type="submit" value="Search">
</form>
When I try to do a search I get the following error:<input type="text" name="zoom_query" size="10">
<input type="submit" value="Search">
</form>
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
I swear "search.asp" exists in the "search" folder directly below the file with this code in it. Can anybody help me figure out why this might be messing up?The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Thanks a bunch.
Comment