行内サブウィンドウ。 HTML 4.01 の IFRAME 要素の定義 を参照。
align
contentDocument
Document
型, 読取専用
null
。frameBorder
height
longDesc
marginHeight
marginWidth
name
scrolling
src
width
interface HTMLIFrameElement : HTMLElement { attribute DOMString align; attribute DOMString frameBorder; attribute DOMString height; attribute DOMString longDesc; attribute DOMString marginHeight; attribute DOMString marginWidth; attribute DOMString name; attribute DOMString scrolling; attribute DOMString src; attribute DOMString width; // Introduced in DOM Level 2: readonly attribute Document contentDocument; };