Supplying your own footing template

If you supply your own footing template, you must supply some of the required elements of an HTML page. A footing template should contain the following HTML elements:
  • Input buttons to represent any programmed function keys or the ENTER key. For example:
    <input type="submit" name="DFH_PF1"  value="Help">
    <input type="submit" name="DFH_PF3"  value="Quit">
    <input type="submit" name="DFH_ENTER"  value="Continue">
     
    These form part of the HTML form begun by CICS®. The buttons, when selected by the user, produce the AID indicator discussed in HTML pages generated from 3270 data streams, so should have the names described there. The value parameter specifies the legend that appears on the generated button. It is not used by DFHWBTTA.
  • A </form> tag
  • Optionally any other HTML elements you need to customize the page.
  • A </body> tag to close the page
  • An </html> tag