8.4 Default Graphic Variables
LANSA for the Web provides a default set of graphic variables for use with your Web functions. The following list of variables does not include the process-specific or list-specific variables.
Default Graphic Variable |
Description |
*LW3CPYLOGO |
Company logo. |
*LW3IMGCANCEL |
Image file for the Cancel button. |
*LW3IMGFBORDER |
Image file for the Standard Footer border. |
*LW3IMGHBORDER |
Image file for the Standard Header border. |
*LW3IMGHELP |
Image file for the Help button. |
*LW3IMGHOME |
Image file for the Home button. |
*LW3IMGLANSA |
Image file for the LANSA logo. |
*LW3IMGMENUSELECT |
Selection image for process menu items. |
*LW3IMGMESSAGES |
Image used in conjunction with LANSA messages. |
*LW3IMGMSGS |
Image file for the Messages button. |
*LW3IMGOK |
Image file for the OK button. |
*LW3MENUCOLOR |
Background color for the Menu area. If no value is specified, the background defaults to gray (#COCOCO). |
*LW3SESSIONID |
Encoded job identifier. This is used in LANSA tags. |
*WEBIPADDR |
Returns the IP address of the current user. |
*WEBMODE |
Returns a 'Y' if the LANSA application is running under Web enabled mode. |
*WEBPATHINFO |
Returns the value attached to the PATH_INFO Web server environment variable. |
*WEBREFERRER |
Returns the value attached to the HTTP_REFERER Web server environment variable. |
*WEBSCRIPTNAME |
Returns the value attached to the SCRIPT_NAME Web server environment variable. |
*WEBUSER |
Web Server/400 or Internet Connection Server for OS/400 user profile. |
Reminder: Graphic Variables are defined at the LANSA system level. They are shared by all partitions.