Hi
I'm trying to set up free version on a site.
The search engine is working fine on it's own page (search.asp) but when i try to paste the form code to an existing page it doesn't work.
The code is
<form method="GET" action="/search/search.asp">
<input type="text" name="zoom_query" size="10">
<input type="submit" value="Search">
</form>
eg when i search for 'member' the same page is returned
- index77.htm?zoom_query=member
It's a non-dynamic site (flat HTML)
Any help would be greatly appreciated.
eamonnc
I'm trying to set up free version on a site.
The search engine is working fine on it's own page (search.asp) but when i try to paste the form code to an existing page it doesn't work.
The code is
<form method="GET" action="/search/search.asp">
<input type="text" name="zoom_query" size="10">
<input type="submit" value="Search">
</form>
eg when i search for 'member' the same page is returned
- index77.htm?zoom_query=member
It's a non-dynamic site (flat HTML)
Any help would be greatly appreciated.
eamonnc
Comment