Monday, October 1, 2012

Message to user by clicking a button


HTML Code


<!-- This Script is from my-htmlcodes.blogspot.com, Coded by: Moad Hasan-->

<!-- Start of Message Alert -->
<!-- Use this button in a form to pop-up a message when the user clicks it -->
<form>
<input type="button" value="message" onClick="alert('YOUR MESSAGE GOES HERE'); return true">
</form>
<!-- End of Message Alert -->


<font face="Tahoma"><a target="_blank" href="http://my-htmlcodes.blogspot.com/"><span style="font-size: 8pt; text-decoration: none">HTML Code</span></a></font>

No comments:

Post a Comment