|
|
|
|
|
window.document
Returns a reference to the document that the window contains.
Syntax
doc = window.documentParameters
Example
doc= window.document; window.dump(doc.title); // prints the current document's title to the console.
Notes
Specification
DOM Level 0. Not part of specification.
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|