I cannot find any information how to add the new autocomplete feature to a own search form.
I tried this:
I added the zoom_autocomplete.css and zoom_autocomplete.js. On the wrensoft example site I found some additional javascript-code that I added.
When I type something, the autocomplete box opens with "not found on Server". I guess the Problem is this: var ZoomAutoComplete_URL = "/cgi-bin/search.cgi?zoom_ac=1";
As I'm using the .NET Version this URL is not correct.
Can you help me?
Thanks.
I tried this:
I added the zoom_autocomplete.css and zoom_autocomplete.js. On the wrensoft example site I found some additional javascript-code that I added.
When I type something, the autocomplete box opens with "not found on Server". I guess the Problem is this: var ZoomAutoComplete_URL = "/cgi-bin/search.cgi?zoom_ac=1";
As I'm using the .NET Version this URL is not correct.
Can you help me?
Thanks.
Comment