'); output.document.write(''); output.document.write('

EDS Search Results

'); output.document.write('
'); output.document.write(' The Keyword(s) you searched :: '.big() ) for (i=1; i<=keywords[0]; i++) { output.document.write( keywords[i].bold() +" "); } output.document.write('
'); if (found[0]==0) { //alert(found[0]); output.document.write('
'); output.document.write("No matches resulted in this search
"); output.document.write("You may close the results and reduce the length/number of the keywords
"); } else { // data has been found output.document.write("
The Results of the search are : "); output.document.write( found[0] +" Entries found ".italics()); output.document.write(""); for (i=1; i<=found[0];i++) { // output.document.write("
"); output.document.write("
"); output.document.write("

" +i +"

"); output.document.write("
"); itemp=found[i]; output.document.write(desc[itemp].bold() + "
" + links[itemp].link(links[itemp])+"
"); temp= (matched[itemp]/keywords[0])*100 output.document.write(" Matched with keywords :: " +temp+" % " ); matched[itemp]=0 } found[0]=0; output.document.write("
"); } output.document.write ('This search was created by © Satadip Dutta 1997'); output.document.write ("
"); output.document.write ("
") // output.document.write ("") output.document.write ("") output.document.write ("
") } --> EDS - Search this site - JavaScript Search Engine

EDS - Search this Site

visual line break

Please Note: This JavaScript search engine does not work with Netscape because of the way that it references the link to the files in relation to itself. I do not know if other browsers have the same problem that Netscape does, but it works fine in Internet Explorer. Again, this is not a problem with the XHTML I coded in this page, it is the JavaScript. I will attempt to correct it as soon as I have time to sit down to understand the author's (Satadip Dutta) search engine code.

visual line break
Keywords:*
  • This is a search engine implemented in JavaScript. You will need a JavaScript-enabled browser to run this search.
  • You can input multiple keywords by separating each keyword with a "+". If you do not use a "+" to delineate the keywords, the search will search for that exact phrase, yielding more exact but fewer results.
  • The search is non-case sensitive.
  • This search was created by © Satadip Dutta, 1997.