JavaScript DOM

HTMLAppletElement

Node
  |
  +--Element
        |
        +--HTMLElement
              |
              +--HTMLAppletElement
Represented Tags:
APPLET

This element also allows access to public methods and fields of the underlying Applet object, if applets are being instantiated.


Fields
String align
String alt
String archive
String code
String codeBase
String height
String hspace
String name
String object
String vspace
String width
 
Fields inherited from HTMLElement
childNodes, children, className, currentStyle, dir, document, filters, id, innerHTML, innerText, lang, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, style, title, uniqueID
 
Fields inherited from Element
tagName
 
Fields inherited from Node
attributes, childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentElement, parentNode, previousSibling
 
Methods inherited from HTMLElement
addBehavior, attachEvent, detachEvent, insertAdjacentHTML, removeBehavior
 
Methods inherited from Element
getAttribute, getElementsByTagName, normalize, removeAttribute, setAttribute
 
Methods inherited from Node
appendChild, cloneNode, hasChildNodes, insertBefore, removeChild, removeNode, replaceChild
 

JavaScript DOM