SiteSearch.java
This SiteSearch applet searches a Web site for keywords by parsing and following links on the site. Write your search words in the search field, separate several search words with a colon or space, then press search. When the applet indicates it is finished (look at the top of the applet) double click on any of the links to go to that page. Any word on this page, or any linked page, may be searched for.
Usage: Download search.zip and unzip it within your HTML directory. The demo version may be used for 10 days without requiring a license.
Java Source: not available
HTML Source:
<APPLET CODE="Search.class" WIDTH=325 HEIGHT=171 HSPACE=0 VSPACE=0>
<param name=firstpage value=index.html>
</APPLET>
Author: Patrik Lundin
Homepage: http://www.javathings.com
|