HTMLFrameSetElement Interface


The HTMLFrameSetElement Interface creates a grid of frames.
IDL Definition

Interface HTMLFrameSetElement : HTMLElement {

           attribute  DOMString                  cols;
           attribute  DOMString                  rows;
};

Semantic Requirements

  1. The cols attribute specifies the number of columns of frames in the frameset.
  2. The rows attribute specifies the number of rows of frames in the frameset.

If you have comments or suggestions, email me at mbrady@nist.gov