Message to user by clicking a button

<!-- Message to user by clicking a button -->

<!-- Start of a 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('PuT YOUR MESSAGE HERE'); return true">
</form>
<!-- End of Message Alert -->

No comments:

Post a Comment