1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00
3 Dom.Alert
boxgaming edited this page 2023-09-25 13:43:28 -05:00

Instructs the browser to display a dialog with an optional message, and to wait until the user dismisses the dialog.

Syntax

Dom.Alert [message$]

Parameters

  • The optional message$ parameter specifies the text to display in the dialog.

See Also

Window.alert
Dom.Confirm
Dom.Prompt