Description

As part of any live data feed to the client, a set of actions can also be included. These actions are wrapped in an AL_ACTIONS element and processed when they are received by the client. 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.

<DATA>

     <AL_ACTIONS>

           <ACTNEWWINDOW WINDOW='THEWINDOWTOOPEN' />

     </AL_ACTIONS>

</DATA>

Notes: