FileDocCategorySizeDatePackage
HTMLFrameSetElement.javaAPI DocJava SE 5 API1261Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLFrameSetElement

public interface HTMLFrameSetElement implements HTMLElement
Create a grid of frames. See the FRAMESET element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetCols()
The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0.

public java.lang.StringgetRows()
The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0.

public voidsetCols(java.lang.String cols)

public voidsetRows(java.lang.String rows)