a
Alerts
Alerts can be used to generate an AWT message window to appear on the client machine. They can be included as the result of a service function or javascript call, or included with data fed from a datapool or from javascript. These alerts are displayed in a window in the applet with the caption and message that you specify. Individual alert elements are processed when they are received by the client.
<DATA>
<AL_ALERT AL_USER='FRED' CAPTION='The Caption' MSG='The message text' />
</DATA>
AL_USER CDATA #IMPLIED: Name of a user to send the alert to. To send alerts to all users, omit this attribute.
CAPTION CDATA #IMPLIED: Caption for alert window.
DISCONNECT (Y | N) #IMPLIED: Whether the user will be disconnected upon receiving the alert. Default is N (i.e. do not disconnect user).
MSG CDATA #IMPLIED: Text of the alert message.