Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
The HTMLFrameSetElement
interface provides special properties (beyond those of the regular HTMLElement
interface they also inherit) for manipulating <frameset>
elements.
Inherits properties from its parent, HTMLElement
and from WindowEventHandlers
.
HTMLFrameSetElement.cols
DOMString
structured as a comma-seperated list specifing the width of each column inside a frameset.HTMLFrameSetElement.rows
DOMString
structured as a comma-seperated list specifing the height of each column inside a frameset.No specific method; inherits methods from its parent, HTMLElement
and from WindowEventHandlers
.
No specific event handler; inherits event handlers from its parent, HTMLElement
and from WindowEventHandlers
.
WindowEventHandlers.onafterprint
EventHandler
representing the code to be called when the afterprint
event is raised.WindowEventHandlers.onbeforeprint
EventHandler
representing the code to be called when the beforeprint
event is raised.WindowEventHandlers.onbeforeunload
EventHandler
representing the code to be called when the beforeunload
event is raised.WindowEventHandlers.onhashchange
EventHandler
representing the code to be called when the hashchange
event is raised.WindowEventHandlers.onlanguagechange
EventHandler
representing the code to be called when the languagechange
event is raised.WindowEventHandlers.onmessage
EventHandler
representing the code to be called when the message
event is raised.WindowEventHandlers.onoffline
EventHandler
representing the code to be called when the offline
event is raised.WindowEventHandlers.ononline
EventHandler
representing the code to be called when the online
event is raised.WindowEventHandlers.onpagehide
EventHandler
representing the code to be called when the pagehide
event is raised.WindowEventHandlers.onpageshow
EventHandler
representing the code to be called when the pageshow
event is raised.WindowEventHandlers.onpopstate
EventHandler
representing the code to be called when the popstate
event is raised.WindowEventHandlers.onresize
EventHandler
representing the code to be called when the resize
event is raised.WindowEventHandlers.onstorage
EventHandler
representing the code to be called when the storage
event is raised.WindowEventHandlers.onunload
EventHandler
representing the code to be called when the unload
event is raised.Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'HTMLFrameSetElement' in that specification. | Living Standard | From the HTML5 snapshot, the WindowEventHandlers interface now have a onlanguagechange property. |
HTML5 The definition of 'HTMLFrameSetElement' in that specification. | Recommendation | Snapshot of a previous HTML Living Standard Frames are now obsolete. Implements WindowEventHandlers . |
Document Object Model (DOM) Level 2 HTML Specification The definition of 'HTMLBodyElement' in that specification. | Obsolete | No change from Document Object Model (DOM) Level 1 Specification. |
Document Object Model (DOM) Level 1 Specification The definition of 'HTMLBodyElement' in that specification. | Obsolete | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 1 | Yes | 1 | 4 | Yes | Yes |
onXYZ event handlers |
Yes | ? | Yes | ? | ? | ? |
onlanguage |
? | ? | 32 | ? | ? | ? |
onstorage |
? | ? | 45 | ? | ? | ? |
cols
|
? | ? | ? | ? | ? | ? |
rows
|
? | ? | ? | ? | ? | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | Yes | Yes | Yes | Yes | Yes | Yes | ? |
onXYZ event handlers |
Yes | Yes | ? | Yes | ? | ? | ? |
onlanguage |
? | ? | ? | 32 | ? | ? | ? |
onstorage |
? | ? | ? | 45 | ? | ? | ? |
cols
|
? | ? | ? | ? | ? | ? | ? |
rows
|
? | ? | ? | ? | ? | ? | ? |
<frameset>
HTMLBodyElement
.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLFrameSetElement