First off, great product! Very robust and easy to use.
I am using the asp version on a web site. I added the autocomplete feature, which works fine on the main search page, search.asp, however, it does not seem to work on the search box, which I added to each page.
<form action="search.asp" method="GET">
<input type="text" name="zoom_query" size="20" autocomplete="off">
<input type="submit" value="Search">
The search function works, but the autocomplete does not. Is there a way to make it work there too?
Thanks in Advance!
I am using the asp version on a web site. I added the autocomplete feature, which works fine on the main search page, search.asp, however, it does not seem to work on the search box, which I added to each page.
<form action="search.asp" method="GET">
<input type="text" name="zoom_query" size="20" autocomplete="off">
<input type="submit" value="Search">
The search function works, but the autocomplete does not. Is there a way to make it work there too?
Thanks in Advance!
Comment