js message box code example
Example 1: simple alert program in javascript
alert("this is the alert")
Example 2: code for javascript message box
window.alert("sometext");
alert("this is the alert")
window.alert("sometext");