Session Window

To initialize the size of the session window:

There are two available methods:

  1.  Size Parameter

<param name="size" value="">

The parameter value may be one of the following:

 Example

<param name="size" value="Normal">

  1.  Bounds Parameter

This parameter is defined in case the user has not defined any size parameter.

<param name="bounds" value="x=,y=,width=,height="

Value consists of the following parameters:

Example

<param name="bounds" value="x=40,y=40,width=600,height=400"

Note: These two alternate methods are mutually exclusive. In the event the user makes a mistake and defines both the size and bounds parameters simultaneously, the bounds parameter will take preference.