フレームを作成する。 HTML 4.01 の FRAME 要素の定義 を参照。
contentDocumentDocument型, 読取専用
null 。frameBorderlongDescmarginHeightmarginWidthnamenoResizeboolean型
scrollingsrc
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;
};