Interface HTMLScriptElement

継承元:
HTMLElement
プロパティ:
charset, defer, event, htmlFor, src, text, type
メソッド:

スクリプト文。 HTML 4.01 の SCRIPT 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLScriptElement : HTMLElement {
           attribute DOMString       text;
           attribute DOMString       htmlFor;
           attribute DOMString       event;
           attribute DOMString       charset;
           attribute boolean         defer;
           attribute DOMString       src;
           attribute DOMString       type;
};


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