Previous Topic: Shipped Value (Allowed Values)

Next Topic: YCMPRSS - Markup Language Skeleton Compression

Usage

This control value controls the display of the sign-on (YSIGNON) page and the availability of virtual display devices as follows:

Note: If set to *NO, it is the responsibility of the developer to provide functionality on the YSIGNON page through which the user can explicitly disconnect from the virtual display device on the IBM i. This is done through the use of a button or similar HTML feature called W2E_CLOSE.

If a button is included on any Web Option skeleton with the name W2E_CLOSE as follows:

<input type=”submit” name=”W2E_CLOSE” value=”Disconnect”>

Tthe Web Option server disconnects from the virtual display device to which it is connected when that button is pressed, and the YENDED page displays to the client. If the button is pressed from any page other than the YSIGNON page, the user's interactive job ends abnormally and a job log is produced. If the button is pressed from the YSIGNON page, the user's interactive job ends normally.