class js.html.IFrameElement extends Element
Available on js
DOM iframe objects expose the HTMLIFrameElement (or HTML 4 HTMLIFrameElement
) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of inline frame elements.
Documentation for this class was provided by MDN.
Instance Fields
Reflects the
sandbox
HTML attribute, indicating extra restrictions on the behavior of the nested content.Reflects the
src
HTML attribute, containing the address of the content to be embedded.