Jline
Applet Name: jline
Applet Source: jline.java
Import(s): java.awt, java.net
Feature(s): text, network, mouse
Author: Thomas
Wendt
Description: The applet shows text (with an optional URL) which is hidden for all Browsers which are not java enabled. If you use align=top, then there is a good chance for nobody to notice that this is not normal text.
Parameters (default): msg=String Message to display (jline 1.0) msgh=int Fontsize of the message (14) href=String URL to switch to if a mouse button is pressed
Example:
<applet code="jline.class" width=150 height=20 align=top>
<param name=msgh value="14">
<param name=href value="../javae.html">
<param name=msg value="jline with url">
</applet>