Firefox Tomorrow

web api interface

HTMLFrameSetElement

View on MDN ↗

The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating <frameset> elements.

Instance properties

Inherits properties from its parent, HTMLElement.

  • cols Deprecated
    • : A string structured as a comma-separated list specifying the width of each column inside a frameset.
  • rows Deprecated
    • : A string structured as a comma-separated list specifying the height of each column inside a frameset.

Instance methods

No specific method; inherits methods from its parent, HTMLElement.

Event handlers

The HTMLElement events are inherited.

The following Window onXYZ event handler properties are also available as aliases targeting the window object. However, it is advised to listen to them on the window object directly rather than on HTMLFrameSetElement.

[!NOTE] Using addEventListener() on HTMLFrameSetElement will not work for the onXYZ event handlers listed below. Listen to the events on the window object instead.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also

  • HTML element implementing this interface: <frameset>
  • The equivalent of this element outside of frames: HTMLFrameSetElement.