Use this parameter to customize button label: displayed text, text (foreground) color, button (background) color, font, font style and font size.
VALUE="<Label>;<FontName>;<FontStyle>;<FontSize>;<ForegroundColor>;
<BackgroundColor>"
DEFAULT:
<Label>=""
<FontName>=DefaultFontName
<FontStyle>=DefaultFontStyle
<FontSize>=DefaultFontSize
<ForegroundColor>="BLACK"
<BackgroundColor>="CONTROL"
Note: If you don't include Label parameter, then label text is "Navigate" by default.
Display button label in Courier-BOLDITALIC-16 font, text is red, background is some sick green-yellow color ;) .
<applet
width="128"
height="24"
code="PopupNavigator/PopupNavigatorApplet.class"
codebase="./"
archive="PopupNavigator.jar">
<param name="Label"
value="NAVIGATE;Courier;BOLDITALIC;16;RED;200 255 0">
<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>