Using DFHWBIMG to display graphics

Attention: This topic contains Product-sensitive Programming Interface and Associated Guidance Information.
CICS® supplies a number of graphics that you can use in your Web applications. They are:
CICS.GIF
The CICS logo
MASTHEAD.GIF
The CICS logo with the text 'CICS Web Interface'
BACKGROUND1.GIF
A background containing the characters 'CICS'
BACKGROUND2.GIF
A background containing the characters 'CWI'
TEXTURE1.JPEG
A textured background
TEXTURE2.JPEG
A textured background
TEXTURE3.JPEG
A textured background
TEXTURE4.JPEG
A textured background
TEXTURE5.JPEG
A textured background
TEXTURE6.JPEG
A textured background
To display the graphics on your Web browser, enter a URL in which (after translation to upper case) the path is in this form:
/DFHWBIMG/filename
where filename is the name of one of the graphics listed. For example:
/DFHWBIMG/Texture1.jpeg
To incorporate any of the graphics in your output, include the path in the appropriate HTML tag. For example, you can include a textured background with the following tag:
<body background="/DFHWBIMG/background1.gif" ... >
CICS processes HTTP requests in which the path begins with "/DFHWBIMG" as a special case; the analyzer is not called, and DFHWBIMG runs as the converter program.

CICS uses some of these graphics in the templates used for CICS-supplied transactions.

The graphics which CICS supplies are hard coded as part of DFHWBIMG and are not available as separate files; DFHWBIMG does not support the display of graphics apart from those named.