-
Notifications
You must be signed in to change notification settings - Fork 10
Dom.Confirm
boxgaming edited this page Sep 25, 2023
·
2 revisions
Instructs the browser to display a dialog with an optional message, and to wait until the user either confirms or cancels the dialog.
result = Dom.Confirm (message$)
- The message$ parameter specifies the text to display in the dialog.
A boolean indicating whether OK (-1) or Cancel (0) was selected.