Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.document

 

Abstract

Returns a reference to the document that contains the window.

Syntax

doc = window.document 

Settings

  • doc is a reference to an object record .

Example

doc = window.document; 
window.dump (doc.title); 
// Displays the title of the current document in the console.

Specification

DOM Level 0. Not part of specification.

Étiquettes et contributeurs liés au document

Étiquettes : 
 Contributeurs à cette page : fscholz, teoli, arunpandianp, tregagnon, Mgjbot, BenoitL
 Dernière mise à jour par : arunpandianp,