JavaScript
A5.msgBox.hide Method
Syntax
A5.msgBox.hide()
Description
Hides the currently open A5.msgBox window.
Discussion
If a message box was previously displayed using A5.msgBox.show, A5.msgBox.hide method closes the message.
Example
A5.msgBox.hide();
See Also