August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Creates Instance of Document Object window.document.event window.document.method() window.document.property
The document property, which is a child object of the Window object, is a core JavaScript object that is created when instances of the <body> tag are encountered. The properties, methods, and events associated with this object are in Table 7.48.
| Type | Item | Description |
|---|---|---|
| Event Handlers | onClick | Executes code when the document is clicked. |
| onDblClick | Executes code when the document is double-clicked. | |
| onKeyDown | Executes code when a key is pressed down. This ... |
Read now
Unlock full access