Using DFHWBIMG to display graphics
CICS® supplies graphics that you can use in your web applications.
Attention: This topic contains Product-sensitive Programming Interface
and Associated Guidance Information.
About this task
CICS supplies these graphics:
- 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
/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 that 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 the ones named.