نمایش پیغام با کلیک روی یک دکمه

<!– Start of Message Alert –>
<!– Use this button in a form to pop-up a message when the user clicks it –>
<form>
<input name=”button” type=”button” onClick=”alert(‘**** YOUR MESSAGE ****’); return true” value=”message”>
</form>
<!– End of Message Alert –>