TOC PREV NEXT INDEX

Put your logo here!


window.top


Returns a reference to the topmost window in the window hierarchy.

Syntax

windowObj = window.top 

Parameters

windowObj is an object reference.

Example

None. 

Notes

Where the window.parent property returns the immediate parent of the current window, window.top returns the topmost window in the hierarchy of window objects. This property is especially useful when you are dealing with a window that is in a subframe of a parent or parents, and you want to get to the top-level frameset.

Specification

DOM Level 0. Not part of specification. 


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