HTMLFrameSetElement

The interface for <frameset>. Extends HTMLElementElement.

Deprecated. HTMLFrameSetElement covers an obsolete element (WHATWG HTML §16.3 "Other elements, attributes and APIs"); it exists only for instanceof / constructor.name fidelity and content-attribute reflection, not for use in new content.

Reflected properties

All setters are guarded and throw NoModificationAllowedError on a read-only document.

Property Attribute Type Notes
cols cols string Reflects the content attribute verbatim.
rows rows string Reflects the content attribute verbatim.

See also