フレームを作成する。 HTML 4.01 の FRAME 要素の定義 を参照。
contentDocument
Document
型, 読取専用
null
。frameBorder
longDesc
marginHeight
marginWidth
name
noResize
boolean
型
scrolling
src
interface HTMLFrameElement : HTMLElement { attribute DOMString frameBorder; attribute DOMString longDesc; attribute DOMString marginHeight; attribute DOMString marginWidth; attribute DOMString name; attribute boolean noResize; attribute DOMString scrolling; attribute DOMString src; // Introduced in DOM Level 2: readonly attribute Document contentDocument; };