|
The window that you see is the searchTHIS applet. By double clicking on an item in the list box, it will open a new
browser window with the appropriate link. Below is all of the code that you will need to include the applet in your
web pages:
<applet code="searchTHIS.class" width=400 height=250>
<param name="frame" value="_blank">
<param name="message" value="Sample Search Box">
<param name="button" value="Search!">
<param name="with_description" value="NO">
<param name="when_load" value="NOW">
<param name="bgcolor" value="blue">
<param name="fgcolor" value="white">
<param name="font_type" value="TimesRoman">
<param name="font_style" value="BOLD">
<param name="font_size" value="12">
<param name="cleartext" value="Clear">
</applet>
|
|