|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| popupAlert.init(Filename, bitmapFile, transparentColor) |
Parameters
| STRING | Filename | HTML file to open in the browser object.
| | _STRING | bitmapFile | Name of a bitmap file to be used to set the shape of the popup. BMP format is required.
| | _COLOR | transparentColor | Transparent color. bitmapFile must be set. |
Return value
No value is returned.
Description
Initializes the alert popup window and the browser object to be used to display alerts.
This function must be called at startup.
The HTML file must include the library alertEngineEx.js.
If bitmapFile is specified, a non-rectangular popup window is created. |
|
|
|