Search results for "dialog box"
Basic Javascript alerts
Alert
Javascript allows you to display a pop up with a message and OK button. This can be easily done with the alert() function. Alert method display an alert box with a string passed to it.
We can have alert() that will display an empty dialog box with just OK button.
Alert("Hello world!") displays a dialog box with the message "Hello world!" and ...

RSS/XML