BODYOPEN and BODYCLOSE v15
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
Parameter | Purpose |
---|---|
cbackground | The value for the BACKGROUND attribute, which specifies a graphic file to use for the background of the document |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters