<!-- 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> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <INPUT TYPE="button" VALUE="Click here to be alerted" onClick='alert("There. You have been alerted.")'> </FORM> </CENTER> <p><center> <font face="arial, helvetica" size="-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> <!-- Script Size: 0.50 KB --> |