HTMLAppletElement Interface


The HTMLAppletElement Interface represents an embedded java applet.
IDL Definition

Interface HTMLAppletElement : HTMLElement {

           attribute  DOMString                align; 
           attribute  DOMString                alt;
           attribute  DOMString                archive;
           attribute  DOMString                code;
           attribute  DOMString                codeBase;
           attribute  DOMString                height;
           attribute  DOMString                hspace;
           attribute  DOMString                name;
           attribute  DOMString                object;
           attribute  DOMString                vspace;
           attribute  DOMString                width;
};

Semantic Requirements

  1. The align attribute aligns this object (vertically or horizontally) with respect to its surrounding text.
  2. The alt attribute alternate text for user agents not rendering the normal context of this element.
  3. The archive attribute is a comma-separated list of archives.
  4. The code attribute is an Applet class file.
  5. The codeBase attribute contains an optional base URI for the applet.
  6. The height attribute override height.
  7. The hspace attribute contains the horizontal space to the left and right of this image, applet or object.
  8. The name attribute contains the name of the applet.
  9. The vspace attribute contains the vertical space above and below this image, applet, or object.
  10. The width attribute override width.

If you have comments or suggestions, email me at mbrady@nist.gov