HTMLFrameSetElement Interface
The HTMLFrameSetElement Interface creates a grid of frames.
IDL Definition
Interface HTMLFrameSetElement : HTMLElement {
attribute DOMString cols;
attribute DOMString rows;
};
Semantic Requirements
- The cols attribute specifies the number of columns of frames in the frameset.
- 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