FRAMESETOPEN and FRAMESETCLOSE v17
These functions and procedures generate the <FRAMESET>
and </FRAMESET>
tags, which define a frame set section.
Syntax
The following is the syntax for HTP:
HTP.FRAMESETOPEN( crows IN VARCHAR2 DEFAULT NULL ccols IN VARCHAR2 DEFAULT NULL cattributes IN varchar2 DEFAULT NULL); HTP.FRAMESETCLOSE;
The following is the syntax for HTF:
HTF.FRAMESETOPEN (crows, ccols, cattributes) RETURN VARCHAR2; HTF.FORMSETCLOSE RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
crows | The value for the ROWS attribute |
ccols | The value for the COLS attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters