www.gutterbucket.com | |||||||
Home | Software | Java | JS/HTML | General | Perl/CGI | Links | Sitemap |
Shows how your can add a searchable index to your web site using JavaScript.
To add a search facility to your web site:
... <form method=get action="search.html"> <input type=text size=15 name="search_param"> <input type=submit value="search"> </form> ...