confirm Method (Window Object)¶
Displays a message in a simple dialog box with the OK button and the Cancel
button. strQuestion Specifies a message to be displayed. strMessage2 Optional. Specifies an additional message to be displayed below the first message. Returns true if the OK button is selected, or false if the Cancel button is
selected. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
bAnswer =confirm( strQuestion, strMessage2);
[VBScript]¶
bAnswer =confirm( strQuestion, strMessage2 )
Parameters¶
Return Values¶
Version¶