| JavaScript DOM | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES |
Node | +--Document | +--HTMLDocument
Fields | |
Array | all [IE] |
readonly HTMLCollection | anchors |
readonly HTMLCollection | applets |
readonly HTMLElement | body |
String | cookie |
readonly String | domain |
Array | embeds |
readonly HTMLCollection | forms |
Array | frames |
readonly HTMLCollection | images |
Array | layers Part of the deprecated Layers DOM. |
readonly HTMLCollection | links |
location | location |
readonly window | parentWindow |
Array | plugins |
readonly String | referrer |
Array | scripts |
Array | styleSheets [IE] |
String | title |
String | uniqueID [IE] |
readonly String | URL |
window | window |
Fields inherited from Document |
documentElement |
Fields inherited from Node |
attributes, childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentElement, parentNode, previousSibling |
Methods | |
boolean | attachEvent(String event, code notify) [IE] |
void | captureEvents(eventTypeList) Stub |
void | close() Stub |
StyleSheet | createStyleSheet(String url, number index) [IE] |
Element | getElementById(String elementId) |
NodeList | getElementsByName(String elementName) |
void | open() |
| tags() |
void | write(String text) |
void | writeln(String text) |
Methods inherited from Document |
createElement, createTextNode, getElementById, getElementsByTagName |
Methods inherited from Node |
appendChild, cloneNode, hasChildNodes, insertBefore, removeChild, removeNode, replaceChild |
| JavaScript DOM | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES |