Window Object dialog box
Windows object also handles dialog boxes like alert box, confirm box and prompt box. Now we will discuss different types of dialog boxes in detail. Alert box An alert box is used to provide information to the user. An alert box pops up with “OK” button and the user will have to click “OK” for confirmation of information. Syntax alert(message); Example: <HTML> <HEAD> <TITLE>alert box</TITLE> </HEAD> <BODY> <SCRIPT
The post Window Object dialog box appeared first on Creative Brains.
from Window Object dialog box














