Firefox Tomorrow

web api instance property

Window: top property

View on MDN ↗

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

Value

The reference to the topmost window.

Notes

Where the 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.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.