|
November 12, 1999 Alert Dialog Boxes Tips: November 1999
Yehuda Shiran, Ph.D.
|
|
An alert dialog box is a window that presents a message to the user with a single OK button to dismiss the dialog box. As long as the alert dialog box is showing, no other application or window can be made active. The alert() method accepts a string specifying the message to display:
In fact, the single parameter to the Alert dialog boxes are often very annoying, because they disrupt the flow of a user's navigation around your pages. It is better to communicate with users via forms or by writing to seperate windows.
People who read this tip also read these tips: Look for similar tips by subject: |