The <STATUS-FRAME> element is used to specify the height of the
status frame in an IMF application. This is to allow you to include
your own customized status script to display in the status area. Don't
use this element in your XML file if you are using the default script
(imfStatus.jsp), as the default height is preset for this script.
If you wish to use a different script, specify the script name in the
<PROPERTIES> element as follows:
<PROPERTY group="status" name="url" value="myStatusDocument.jsp" />
| Frequency |
Parent Elements (this element is valid within): |
|
POS1 |
<SITE-CONFIG> |
| |
|
|
|
Attributes |
Description |
|
height |
The height of the status frame window, in pixels. Required.
|
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <STATUS-FRAME> element is optional, and may appear once
in the <SITE-CONFIG> element in the specified sequence. |
| |
|
|
Example:
<STATUS-FRAME height="50" />
.
.
.
<PROPERTY group="status" name="url" value="myStatus.jsp" />