WebControl.MsgBox
From Xojo Documentation
Method
Displays a message box with the passed String message.
Notes
You can also use the global MsgBox function, but using this method is slightly faster since the appropriate WebSession does not have to be located.
Example
Display "Hello, World!" in the Action event handler of a Button:
Me.MsgBox("Hello, World!")
See Also
MsgBox function.