Button
Free version 1.0
The button for web site by Tatiana Konstantinova , 2000 lunya@hotmail.com
This applet demonstrates a simple button that makes an animation effect when mouse is moved over it.It can be used as separated button or as a part of menu.
HTML example
Upload "Button.class" to your applet directory and then copy&paste the following html code.Don't forget to change the "codebase" to link to your site and applet directory on that site.
<applet code="Button.class" codebase="http://www.yoursite/applet_dir/" name="Button" width="130" height="30">
<param name="back" value="#00FF00">
<param name="title" value="Button applet">
<param name="url" value="http://www.angelfire.com/co/Lunya/Button.html">Sorry, your browser doesn't support Java.
</applet>
Parameters
| Parameter | Example of value | Description |
| title | My page | Title of the button |
| url | http://www.mysite.com | Link URL |
| back | #8235C5 | Back color value in 16 base (must start with "#") |
| window | _top | Name of window where links will be opened.This parameters should be defined if you have frames. |
© Tatiana Konstantinova, 2000