This property returns a reference to an object that represents the document that is currently loaded into the window.
Beware of recursion effects by referring to the document belonging to the window and then referring back unintentionally via a property enumeration. The document.parentWindow property in MSIE will come straight back to the source window.
Beware that this refers to an object that belongs to the window and not the object that the window belongs to.
Prev | Home | Next |
Window.disableExternalCapture() | Up | Window.enableExternalCapture() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |