Interface HTMLFrameSetElement

継承元:
HTMLElement
プロパティ:
cols, rows
メソッド:

フレームのグリッドを作成する。 HTML 4.01 の FRAMESET 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLFrameSetElement : HTMLElement {
           attribute DOMString       cols;
           attribute DOMString       rows;
};


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