neo_philiac
07-04-2006, 05:15 PM
I am trying to use that JSE internal search engine. But when I copy and paste the folder to the server, and put a link to form.html and click go, there is error in page, says it cant find the page. what do i need to change to get this thing to work? Please help!
from doc.txt:
4. Adding the site data
The site data is held as a JavaScript array in the jse_search.js
script, below the script variables. The format of the array is:
s[REC NUM] = "TITLE^URL OR FILENAME^DESCRIPTIVE LINE^KEYWORDS";
Where ^ is the field separator or delimiter. REC NUM is a
sequential integer number, starting at zero. URL OR FILENAME
is the HTML filename or full URL for the page. TITLE and
DESCRIPTIVE LINE are self-explanatory, while KEYWORDS is also
searched for matches. The following is a short example:
s[0] = "JSE^jse.html^JSE is a local site search engine ...^open
source, free";
A search for "search engine" or "open source" would return:
1. JSE
JSE is a local site search engine ...