I am in the process of trying out several client-side search options. So far your product looks superior as far as the interface is concerned as well as the options available.
However, virtually every time I try to create a search page using the javascript option for offline mode on my local drive (ultimate purpose is for CD use), the product indexes the appropriate directory and files, writes out the javascript files and the search.html. When I open the search.html file all I get is the search box, no submit button or options.
I get the same thing whether I output as javascript or CGI.
Can someone please tell me why this is happening and what I can do to fix it.
Using the standard search form with no modifications, I also get a javascript. IE says:
Line: 223
Char: 9
Error: 'STR_FORM_SUBMIT_BUTTON' is undefined
Code: 0
URL: The directory I want the search files to reside
If I open search.js and go down to the Main search function section and replace STR_FORM_SUBMIT_BUTTON with "Submit", I see a submit button on the search.html page. Same thing goes for STR_FORM_RESULTS_PER_PAGE, if I replace this with "Results per page:", it works....
Shouldn't the software be doing this itself?
However, virtually every time I try to create a search page using the javascript option for offline mode on my local drive (ultimate purpose is for CD use), the product indexes the appropriate directory and files, writes out the javascript files and the search.html. When I open the search.html file all I get is the search box, no submit button or options.
I get the same thing whether I output as javascript or CGI.
Can someone please tell me why this is happening and what I can do to fix it.
Using the standard search form with no modifications, I also get a javascript. IE says:
Line: 223
Char: 9
Error: 'STR_FORM_SUBMIT_BUTTON' is undefined
Code: 0
URL: The directory I want the search files to reside
If I open search.js and go down to the Main search function section and replace STR_FORM_SUBMIT_BUTTON with "Submit", I see a submit button on the search.html page. Same thing goes for STR_FORM_RESULTS_PER_PAGE, if I replace this with "Results per page:", it works....
Shouldn't the software be doing this itself?
Comment