TOC PREV NEXT INDEX

Put your logo here!


window.document


Returns a reference to the document that the window contains.

Syntax

doc = window.document 

Parameters

doc is an object reference.

Example

doc= window.document; 
window.dump(doc.title); 
// prints the current document's title to the console. 

Notes

None.

Specification

DOM Level 0. Not part of specification. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX