Use it to display some text in ststus-bar of the browser when uses's mouse pointer is over the button.
VALUE="<Label>"
DEFAULT="" (meaning status-bar is not changed on mouse-over)
A text "Click me!" is displayed in the status-bar on mouse-over.
<applet
width="128"
height="24"
code="PopupNavigator/PopupNavigatorApplet.class"
codebase="./"
archive="PopupNavigator.jar">
<param name="StatusText"
value="Click me!">
<param name="0"
value="BEPP;http://bepp.8m.com">
<param name="1"
value="Test Page 1;test1.htm">
<param name="2"
value="Test Page 2;test2.htm">
PopupNavigator Java Applet - JDK 1.1.3 needed
</applet>