Standard message button:

This message button script will just make a button that when clicked will pop up an alert message of your choice.


This code into the HEAD section:

This code goes into the BODY section:

You can also use the below code in the BODY section.


<button onClick="sayit()">Click me to read message</button>

Click here to go back.