|
SearchToHTML
The SearchToHTML applet performs a simple text search of the files you specify in its parameters. It
writes out the results of your searches as HTML in separate frame or a new window.
Author's Notes:
Enter your queries (separated by spaces or commas) in the search box. To search for a sequence of
words, place the words in between double quotes (for example, "black cat"). If a match is found for any
of the words/phrases you were searching for, the name of the file, that file's size, and the date of its last
update (according to the server) are added to the list below the progress bar. Double click on a file name
in the list to have your browser directed to it.
How To Use:
Download SearchToHTML.zip (32 KB)
Unzip with a compression utility.
Java Source:
Included in the zip file.
Sample HTML Source:
<applet code="SearchToHTML.class" width=360 height=100>
<param name="files" value="rhyming_words.txt,muckraker.html,ReadMe.html">
<param name="target" value="main">
</applet>
Status: Linkware
Author: David Faden
Homepage: http://www.geocities.com/gilbertnews/
Upload Date: June 15, 1999
Updated: June 6, 2000
|
New on the Java Boutique:
New Article:
Servlets and JSP
In addition to applets, applications, servlets, and articles, we are now accepting submissions of JSP snippets! If you have a piece of JSP code that you think would be useful to others, then send it in!
... [Submissions]
New Tutorial:
Introduction to Java Part 6:
Building Your First Application
Selena Sol goes through all the Java code and HTML necessary to create a java application.
... [more Tutorials]
Year in Review:
The Best of 1999
Y2K has come and gone and now we have a chance to look back over the past year.
In 1999 we posted over 250 applets, servlets, applications, and tools.
In this list are the 24 most popular apps from 1999.
... [popular applets]
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
100s of free Java code files to download.
Copyright 1999-2000 internet.com Corp.
All Rights Reserved. Legal Notices.
|