JavaScript Dialog box

A dialog box that pop up in a web page will enhance interactivity of the web page. It is normally used in advertising. A dialog box carries a message or a question that required some form of actions from the user, either clicking a button or pressing a key on the keyboard .In JavaScript, the syntax  is very simple, you just need to use the alert method.

Read More here:

http://javascript-tutor.net/index.php/lesson-3-javascript-dialog-box/