Glow Button


       


Author: Unknown


Glow Buttons are actually bullets since you can't click on them and go to another page. They do make nice looking bullets !

To add this feature to your page, follow the directions below.


1. Download glowbutton.class and place it in your homepage directory on your server.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your Server Directory Here" code=glowbutton.class width=14 height=14 > <param name="glowcolor1" value=255,0,255> <param name="glowcolor2" value=255,0,0> <param name="glowcolor3" value=0,255,0> </applet>


Back to Applets pg 4!