org.w3c.dom.html2
public interface HTMLFrameSetElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
---|---|
String | getCols()
The number of columns of frames in the frameset. |
String | getRows()
The number of rows of frames in the frameset. |
void | setCols(String cols)
The number of columns of frames in the frameset. |
void | setRows(String rows)
The number of rows of frames in the frameset. |