ButtonApplet

Give your page's navigation buttons some life ...

Your browser doesn't appear to support Java.

v1.0707.1999

HTML code that produced the above effect:

<applet code="ButtonApplet.class" width="120" height="180">
<param name="ImageURL" value="ButtonAppletColour.gif">
<param name="BumpURL" value="ButtonAppletBump.gif">
<param name="Buttons" value="4">
<param name="ButtonSize" value="100,40">
<param name="ButtonOffset" value="10,10">
<param name="Spotlight" value="1">
<param name="SpotColour" value="ffffff">
<param name="SpotSize" value="5">
<param name="Link1" value="http://www.microsoft.com,_blank">
<param name="Link2" value="http://www.bluesnews.com,_blank">
<param name="Link3" value="http://www.randalflagg.net/,_blank">
<param name="Link4" value="http://www.timtamclan.com/,_blank">
</applet>

Parameter descriptions:

Parameter name Brief description Range Default
ImageURL The image that produces the 'look' of the buttons. n/a none
BumpURL The image that is used to create the relief effect over the buttons. n/a none
Buttons The total number of buttons. n/a 1
ButtonSize The size of each button. n/a The size of the applet
ButtonOffset The X and Y coordinates of the first button. n/a 0,0
Spotlight Tells the applet whether or not to draw a spotlight that follows the mouse over the buttons. If 0, no spotlight is drawn. 0 or 1 1
SpotColour The colour of the spotlight that's applied to the relief map (in rrggbb format). 000000 to ffffff 7f7f7f
SpotSize The size in pixels of the spotlight. n/a 5
LinkN The location the button points to. There must be one of these for each button in the applet. A like can have a target by separating the URL and target with a comma (,). n/a none