showMessage()
Last updated 24/01/2023
The showMessage()
is a function on the five
object that is used to display a message. It is mostly used to give feedback to users. It displays a dialog window that consists
of a specified message and an OK button. When the dialog window pops up, the OK button needs to be clicked to proceed.
Available
Client
and Server
Function Signature
showMessage(message);