Method FrameSet():beginFrameset() Professional
Begins a new frameset definition.
:beginFrameset( [<cRows>]     , ;
                [<cCols>]     , ;
                [<cOptions>]) --> selfThis method returns the object executing the method (self).
The method begins a new frameset definition. A nested frameset is created when the method is called again, prior to executing the :endFrameset() method. Either the first or second parameter (or both) must be specified in order to dimension the frames of the frameset. The parameters define the attributes of the <FRAMESET> tag.
HTML output:
   <frameset [rows="cRows"] 
             [cols="cCols"] 
             [cOptions]> 
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
