HDAPI ShowMessageBox Method  
This function shows a modal message box.

 

JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax

 
 
JavaScript
 
function ShowMessageBox(message, caption, icon);

Parameters

message
Type: System String
The string of text you wish to display on the message box.
caption
Type: System String
The string of text you wish to display in the message box's title bar.
icon
Type: System String
The CSS class name of the icon to display in the title bar (by default, it is 'hd-alert').
See Also

 

Reference