Contents Index Topic Contents | ||
Previous Topic: compareEndPoints Next Topic: contains |
confirm
Description
Displays a Confirm dialog box with the specified message, and OK and Cancel buttons.
Syntax
object.confirm([message])
Parameter Description message Optional. (String) String to display. Return Value
Returns TRUE if the user chooses OK, or FALSE if the user chooses Cancel.
Remarks
You have no control over the dialog box title.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.