Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Interface HTMLParamElement
[go: Go Back, main page]

Interface HTMLParamElement

継承元:
HTMLElement
プロパティ:
name, type, value, valueType
メソッド:

OBJECT 要素に与えるパラメータ。 HTML 4.01 の PARAM 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLParamElement : HTMLElement {
           attribute DOMString       name;
           attribute DOMString       type;
           attribute DOMString       value;
           attribute DOMString       valueType;
};


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