OnClick Message ButtonView the OnClick Message Button Code below. This script is good for when you need a message to pop-up or need to convey instructions to your user's. This JavaScript code uses the OnClick Event handler.
Example: Here is the code:
<SCRIPT language="JavaScript"> <!-- Begin hiding contents from older browsers function ShowMessage(Msg) { alert(Msg) } // End hiding the contents --> </SCRIPT> <FORM> <INPUT value="Push Here for Message!" onClick="ShowMessage('Your Message Here')"></FORM> Category-ButtonsTags- Onclick Message Button
button onclick onclick message button onclick alert button onclick popup |
|