class IFrameElement
package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
The HTMLIFrameElement interface provides special properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of inline frame elements.
Documentation HTMLIFrameElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
align:String
Is a DOMString that specifies the alignment of the frame with respect to the surrounding context.
read onlycontentDocument:HTMLDocument
Returns a Document, the active document in the inline frame's nested browsing context.
read onlycontentWindow:Window
Returns a WindowProxy, the window proxy for the nested browsing context.
height:String
Is a DOMString that reflects the height HTML attribute, indicating the height of the frame.
name:String
Is a DOMString that reflects the name HTML attribute, containing a name by which to refer to the frame.
read onlysandbox:DOMTokenList
Is a DOMSettableTokenList that reflects the sandbox HTML attribute, indicating extra restrictions on the behavior of the nested content.
scrolling:String
Is a DOMString that indicates whether the browser should provide scrollbars for the frame.