Alert Button
Written by admin on December 25, 2008 – 6:52 am -Copy 4 lines of HTML into your document and you have a button alert! The button can have different words on it and the message can also be customized.
Author: Unknown
<!-- ONE STEP TO INSTALL ALERT BUTTON:
1. Paste the coding into the BODY of the HTML document -->
<!-- STEP ONE: Copy this code into the BODY of your HTML document -->
<BODY>
<CENTER>
<FORM>
<INPUT TYPE="button" VALUE="Click here to be alerted"
onClick='alert("There. You have been alerted.")'>
</FORM>
</CENTER>
<!-- Script Size: 0.50 KB -->
Tags: button, form, javascript
Posted in Buttons |