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 HTMLAppletElement
[go: Go Back, main page]

Interface HTMLAppletElement

継承元:
HTMLElement
プロパティ:
align, alt, archive, code, codeBase, height, hspace, name, object, vspace, width
メソッド:

埋め込み Java アプレット. HTML 4.01 の APPLET 要素の定義 を参照。 この要素は HTML 4.01 では非推奨である。

プロパティ:

IDL 定義:

interface HTMLAppletElement : HTMLElement {
           attribute DOMString       align;
           attribute DOMString       alt;
           attribute DOMString       archive;
           attribute DOMString       code;
           attribute DOMString       codeBase;
           attribute DOMString       height;
  // Modified in DOM Level 2:
           attribute DOMString       hspace;
           attribute long            name;
  // Modified in DOM Level 2:
           attribute DOMString       object;
  // Modified in DOM Level 2:
           attribute DOMString       vspace;
           attribute long            width;
};


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