org.w3c.dom.html
public interface HTMLFrameSetElement extends HTMLElement
| 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) |
| void | setRows(String rows) |