Uncle Jim's Javascript Designs

JavaScript Search
Author: Jim Stiles


This script will give you the ability to create a searchable listing of web pages for your site. It does not require a database and the entire search function is written within the code. Enter a word or phrase pertaining to what you are looking for and it will give you a page with links to pages having those items on it. I have also added some extra features to this script. Pressing the enter key will not submit the form. You have to click on the Submit button. I also added a list of invalid commands with an alert function. Leaving the search field blank while clicking on the submit button will display a listing of all searchable pages.


Type in a word or phrase you are searching for:

SCRIPT INSTALLATION
Insert Code Between Body Tags: <BODY></BODY>


Close This Window