Reactive Button


Java applet is here.
Please use Java enabled browser.

Java applet is here.
Please use Java enabled browser.

Java applet is here.
Please use Java enabled browser.


Author: Unknown


This applet makes it very easy to change the color of the button and the color of the text (both the normal and focus colors). These buttons will work well in any environment, including frames and tables. To add this feature to your page, follow the directions below.


1. Download ReactiveButton.class and load it in your home page directory.

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

3. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="ReactiveButton.class" width=100 height=35> <param name=string value="Quantex"> <param name=focus_string value="Computers!"> <param name=url value="http://www.quantex.com"> <param name=normal_font_color value="00ff00"> <param name=normal_button_color value="000000"> <param name=focus_font_color value="ff0000"> <param name=focus_button_color value="0000ff"> <h2>Java applet is here.
Please use Java enabled browser.</h2></applet>


Back to Applets pg 2!