Interface HTMLFrameElement

継承元:
HTMLElement
プロパティ:
contentDocument, frameBorder, longDesc, marginHeight, marginWidth, name, noResize, scrolling, src
メソッド:

フレームを作成する。 HTML 4.01 の FRAME 要素の定義 を参照。

プロパティ:

IDL 定義:

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;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI