home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <TITLE>Dynamic Button applet</TITLE>
- </HEAD>
-
- <!-- Created on December 15, 1996 at 07:02 PM -->
-
- <BODY BGCOLOR="#000000">
- <APPLET CODE=ButtonPLUS3.class HEIGHT=35 WIDTH=250>
- <PARAM NAME=TEXT VALUE="Button is untouched!|Mouse is over button!|Button has been clicked!">
- <PARAM NAME=URL VALUE="http://www.mcwebsoftware.com/javaperk.html">
- <PARAM NAME=FONTNAME VALUE="MS Sans Serif">
- <PARAM NAME=FONTSIZE VALUE="12">
- <PARAM NAME=BGCOLOR VALUE="255,255,255">
- <PARAM NAME=TEXTCOLOR VALUE="0,0,255">
- <PARAM NAME=TEXTALIGN VALUE="center">
- <PARAM NAME=HIGHLIGHT VALUE="3">
- </APPLET>
-
-
-
- </BODY>
- </HTML>
-
-