Waisfr
Applet Name: waisfr
Applet Source: waisfr.java
Import(s): java.awt, java.net
Feature(s): GUI, network, mouse, keyboard
Author: Thomas
Wendt
Description: The applet acts as a simple frontend to WAIS scripts instead of a form. It shows how to get data from a cgi-script located at the server after some preprocessing of the users input.
Parameters (default): cgi=String Script to get data from (/cgi-bin/SFgate) db=String Database to query (www.uni-kassel.de) host=String Server of the script (www.uni-kassel.de)
Example:
<applet code="waisfr.class" width=300 height=100>
<param name=cgi value="/cgi-bin/SFgate">
<param name=db value="Public_Pages"> <param name=host
value="www.foo.com">
</applet>