One Wicked Javascript Search Engine


Beyond a doubt, the best feature of searchTHIS. Most other serverless search engines require some sort of applet to work. Some of the biggest complaints about applets are that they:
  1. take long to load,
  2. are bulky and awkward,
  3. don't fit in well with the overall look and feel of a web site.
I am sure that there are many other complaints about Java applets. searchTHIS provides you with a JavaScript search engine that will allow users to search your web site with a simple form...that's it! You can feel free to place the form anywhere you like on your web page. Here is all of the code that you will need to keep, pull it out of the table, resize it, do whatever you like with it:
<form name="enter_search">
<input type="CHECKBOX" name="narrow" value="ON">Click this to narrow your search<br>
<input type="TEXT" name="find" size="20">
<input type="BUTTON" name="go" value="GO GET IT!!" onclick="startSearch()">


The search form that is generated uses frames, but you can modify it to look like what ever you like. Click here to try out the JavaScript for yourself.


Navigation