July 1998
Intermediate to advanced
1456 pages
65h 5m
English
parentWindow — NN n/a IE 4 DOM n/a
Read-only
Returns a reference to the window object (which
may be a frame in a frameset) that contains the current document. You
can use this reference to access the window’s properties and
methods directly. The returned value is the same as the
window reference from the document.
var siblingCount = document.parentWindow.frames.length
Element object reference.
window object.
Read now
Unlock full access