BODYOPEN and BODYCLOSE v16

These functions and procedures generate the <BODY> and </BODY> tags, which mark the body section of an HTML document.

Syntax

The following is the syntax for HTP:

HTP.BODYOPEN(
   cbackground    IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

htp.bodyClose;

The following is the syntax for HTF:

HTF.BODYOPEN(cbackground, cattributes) RETURN VARCHAR2;

HTF.BODYCLOSE RETURN VARCHAR2;

Parameters

ParameterPurpose
cbackgroundThe value for the BACKGROUND attribute, which specifies a graphic file to use for the background of the document
cattributesOther attributes to include as is in the tag