FRAMESETOPEN and FRAMESETCLOSE v16

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

ParameterPurpose
crowsThe value for the ROWS attribute
ccolsThe value for the COLS attribute
cattributesOther attributes to include as is in the tag