Interface HTMLBaseElement

継承元:
HTMLElement
プロパティ:
href, target
メソッド:

文書の基底 URI [IETF RFC 2396]. HTML 4.01 の BASE 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLBaseElement : HTMLElement {
           attribute DOMString       href;
           attribute DOMString       target;
};


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