home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1998 April / DPPCPRO0498.ISO / Web / JavaPerk / DYNBUTT2.HT_ / DYNBUTT2.HT
Encoding:
Text File  |  1997-11-19  |  633 b   |  25 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Dynamic Button applet</TITLE>
  4. </HEAD>
  5.  
  6. <!-- Created on December 15, 1996  at 07:02 PM -->
  7.  
  8. <BODY BGCOLOR="#000000">
  9. <APPLET CODE=ButtonPLUS3.class HEIGHT=35 WIDTH=250>
  10. <PARAM NAME=TEXT VALUE="Button is untouched!|Mouse is over button!|Button has been clicked!">
  11. <PARAM NAME=URL VALUE="http://www.mcwebsoftware.com/javaperk.html">
  12. <PARAM NAME=FONTNAME VALUE="MS Sans Serif">
  13. <PARAM NAME=FONTSIZE VALUE="12">
  14. <PARAM NAME=BGCOLOR VALUE="255,255,255">
  15. <PARAM NAME=TEXTCOLOR VALUE="0,0,255">
  16. <PARAM NAME=TEXTALIGN VALUE="center">
  17. <PARAM NAME=HIGHLIGHT VALUE="3">
  18. </APPLET>
  19.  
  20.  
  21.  
  22. </BODY>
  23. </HTML>
  24.  
  25.