-
Notifications
You must be signed in to change notification settings - Fork 9
Dom.Prompt
boxgaming edited this page Sep 25, 2023
·
2 revisions
Instructs the browser to display a dialog with an optional message prompting the user to input some text, and to wait until the user either submits the text or cancels the dialog.
result = Dom.Prompt ([message$] [, defaultValue])
- The optional message$ parameter specifies the text to display in the dialog.
- The optional defaultValue parameter specifies the text to display in the text input field.
A string containing the text entered by the user.