Contents MDDB Report Viewer Methods Previous Next
 

_OUTPUT_HTML_FORM_HEADER_ Method

Outputs the opening tags for the static HTML page. This method:

  • Outputs the opening HTML page tags.

  • Outputs the <BODY> tag with the appropriate background parameters.

  • Outputs a title.

  • Outputs the <FORM> tag.

Syntax

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

Where... Is Type... And Contains...
title C An optional title for the page.
cgi C The Broker component for the ACTION tag.
background-value C An optional background image URL or color value.
background-type C An optional background type (COLOR or IMAGE).

Contents MDDB Report Viewer Methods Previous Next