Interface

HTMLIFrameElement

HTMLIFrameElement

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.

View Source js/lib.dom.d.ts, line 2537

Members

string

# align

Sets or retrieves how the object is aligned with adjacent text.

View Source js/lib.dom.d.ts, line 2540

Document | null

# contentDocument

Retrieves the document object of the page or frame.

View Source js/lib.dom.d.ts, line 2545

WindowProxy | null

# contentWindow

Retrieves the object of the specified.

View Source js/lib.dom.d.ts, line 2550

string

# frameBorder

Sets or retrieves whether to display a border for the frame.

View Source js/lib.dom.d.ts, line 2555

string

# height

Sets or retrieves the height of the object.

View Source js/lib.dom.d.ts, line 2560

string

# longDesc

Sets or retrieves a URI to a long description of the object.

View Source js/lib.dom.d.ts, line 2565

string

# marginHeight

Sets or retrieves the top and bottom margin heights before displaying the text in a frame.

View Source js/lib.dom.d.ts, line 2570

string

# marginWidth

Sets or retrieves the left and right margin widths before displaying the text in a frame.

View Source js/lib.dom.d.ts, line 2575

string

# name

Sets or retrieves the frame name.

View Source js/lib.dom.d.ts, line 2580

string

# scrolling

Sets or retrieves whether the frame can be scrolled.

View Source js/lib.dom.d.ts, line 2585

string

# src

Sets or retrieves a URL to be loaded by the object.

View Source js/lib.dom.d.ts, line 2590

string

# srcdoc

Sets or retrives the content of the page that is to contain.

View Source js/lib.dom.d.ts, line 2595

string

# width

Sets or retrieves the width of the object.

View Source js/lib.dom.d.ts, line 2600