nebula
08-26-2011, 04:24 AM
been searching everywhere for help on this javascript kit but no luck
JSE internal seach engine v 1.0a
http://www.javascriptkit.com/script/script2/jse/index.shtml
Description: JSE is a highly robust, 100% client side search engine for indexing and searching your own site, using JavaScript 1.3. Some of JSE's noteworthy features are:
*
Uses regular expressions to efficiently and rapidly search the index for matches based on the entered keywords. Supports basic logic (ie: negation).
*
Returns the results on a seperate page from the search form itself, neatly formatted. Uses session cookies to transmit the query between the two pages.
*
Stores the index (url, keywords and description for each page you wish to be "crawled") in the "results" page. This means the index is loaded only when a search has actually been performed, saving on bandwidth and download time.
*
Searches title, description and desingated keywords within the index for a match.
*
Works in IE4+, NS4, and NS6+.
its perfectly working on local server but when I uploaded my files to my webserver. it doesn't work. Is there anybody can help me with this? TIA
JSE internal seach engine v 1.0a
http://www.javascriptkit.com/script/script2/jse/index.shtml
Description: JSE is a highly robust, 100% client side search engine for indexing and searching your own site, using JavaScript 1.3. Some of JSE's noteworthy features are:
*
Uses regular expressions to efficiently and rapidly search the index for matches based on the entered keywords. Supports basic logic (ie: negation).
*
Returns the results on a seperate page from the search form itself, neatly formatted. Uses session cookies to transmit the query between the two pages.
*
Stores the index (url, keywords and description for each page you wish to be "crawled") in the "results" page. This means the index is loaded only when a search has actually been performed, saving on bandwidth and download time.
*
Searches title, description and desingated keywords within the index for a match.
*
Works in IE4+, NS4, and NS6+.
its perfectly working on local server but when I uploaded my files to my webserver. it doesn't work. Is there anybody can help me with this? TIA