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
- The align attribute aligns this object (vertically or horizontally) with respect to its surrounding text.
- The alt attribute alternate text for user agents not rendering the normal context of this element.
- The archive attribute is a comma-separated list of archives.
- The code attribute is an Applet class file.
- The codeBase attribute contains an optional base URI for the applet.
- The height attribute override height.
- The hspace attribute contains the horizontal space to the left and right of this image, applet or object.
- The name attribute contains the name of the applet.
- The vspace attribute contains the vertical space above and below this image, applet, or object.
- The width attribute override width.
If you have comments or suggestions, email me at mbrady@nist.gov