Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLFrameSetElement

HTMLFrameSetElement

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see thecompatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

TheHTMLFrameSetElement interface provides special properties (beyond those of the regularHTMLElement interface they also inherit) for manipulating<frameset> elements.

EventTarget Node Element HTMLElement HTMLFrameSetElement

Instance properties

Inherits properties from its parent,HTMLElement.

HTMLFrameSetElement.colsDeprecated

A string structured as a comma-separated list specifying the width of each column inside a frameset.

HTMLFrameSetElement.rowsDeprecated

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

TheHTMLElement events are inherited.

The followingWindowonXYZ event handler properties are also available as aliases targeting thewindow object. However, it is advised to listen to them on thewindow object directly rather than onHTMLFrameSetElement.

Note:UsingaddEventListener() onHTMLFrameSetElement will not work for theonXYZ event handlers listed below. Listen to the events on thewindow object instead.

HTMLFrameSetElement.onafterprint

Fired after the associated document has started printing or the print preview has been closed.

HTMLFrameSetElement.onbeforeprint

Fired when the associated document is about to be printed or previewed for printing.

HTMLFrameSetElement.onbeforeunload

Fired when the window, the document and its resources are about to be unloaded.

HTMLFrameSetElement.ongamepadconnected

Fired when the browser detects that a gamepad has been connected or the first time a button/axis of the gamepad is used.

HTMLFrameSetElement.ongamepaddisconnected

Fired when the browser detects that a gamepad has been disconnected.

HTMLFrameSetElement.onhashchange

Fired when the fragment identifier of the URL has changed (the part of the URL beginning with and following the# symbol).

HTMLFrameSetElement.onlanguagechange

Fired when the user's preferred language changes.

HTMLFrameSetElement.onmessage

Fired when the window receives a message, for example from a call toWindow.postMessage() from another browsing context.

HTMLFrameSetElement.onmessageerror

Fired when the window receives a message that can't be deserialized.

HTMLFrameSetElement.onoffline

Fired when the browser has lost access to the network and the value ofNavigator.onLine switches tofalse.

HTMLFrameSetElement.ononline

Fired when the browser has gained access to the network and the value ofNavigator.onLine switches totrue.

HTMLFrameSetElement.onpagehide

Fired when the browser hides the current page in the process of presenting a different page from the session's history.

HTMLFrameSetElement.onpageshow

Fired when the browser displays the window's document due to navigation.

HTMLFrameSetElement.onpopstate

Fired when the active history entry changes while the user navigates the session history.

HTMLFrameSetElement.onrejectionhandled

Fired whenever a JavaScriptPromise is rejected and the rejection has been handled.

HTMLFrameSetElement.onstorage

Fired when a storage area (localStorage) has been modified in the context of another document.

HTMLFrameSetElement.onunhandledrejection

Fired whenever aPromise is rejected but the rejection was not handled.

HTMLFrameSetElement.onunload

Fired when the document is being unloaded.

Specifications

Specification
HTML
# htmlframesetelement

Browser compatibility

See also

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

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp