Skip to content

Dom.Alert

boxgaming edited this page Sep 25, 2023 · 3 revisions

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

Clone this wiki locally