Use this parameter to customize button label when button is pressed.
Same as for Label, but default values are inherited form current values in MouseoverLabel.
This example demonstrates how to change label text, and foreground and background color of the button when button is pressed. Of course, we could change font, font style and font size as well.
<applet
width="128"
height="24"
code="PopupNavigator/PopupNavigatorApplet.class"
codebase="./"
archive="PopupNavigator.jar">
<param name="ClickLabel"
value="CLICKED!;;;;RED;WHITE">
<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>