|
November 13, 1999 Confirm Dialog Boxes Tips: November 1999
Yehuda Shiran, Ph.D.
|
|
A confirm dialog box presents a message along with OK and Cancel buttons. A confirm dialog box is created with the confirm() method of the window object. It returns a Boolean value (OK = true; Cancel = false):
Go ahead and give it a try:
People who read this tip also read these tips: Look for similar tips by subject: |