_OUTPUT_HTML_FORM_HEADER_ Method

Outputs the opening tags for the static HTML page

Syntax

CALL SEND(OBJID,'_OUTPUT_HTML_FORM_HEADER_',title,cgi, background-value,
background-type);

Required Arguments

title
an optional title for the page.
Type:Character
cgi
the Application Broker component for the <ACTION> tag.
Type:Character
background-value
the background image URL or color value. This parameter is optional.
Type:Character
background-type
the background type (COLOR or IMAGE). This parameter is optional.
Type:Character

Details

This method
  • outputs the opening HTML page tags
  • outputs the <BODY> tag with the appropriate background parameters
  • outputs a title
  • outputs the <FORM> tag.