Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

Window: parent property

BaselineWidely available

TheWindow.parent property is a reference to the parentof the current window or subframe.

If a window does not have a parent, itsparent property is a reference toitself.

When a window is loaded in an<iframe>,<object>, or<frame>, its parent is the window with the element embedding thewindow.

Value

AWindow or<iframe> object.

Examples

js
if (window.parent !== window.top) {  // We're deeper than one down}

Specifications

Specification
HTML
# dom-parent-dev

Browser compatibility

See also

  • window.frameElement returns the specific element (such as<iframe>) thewindow is embedded into.
  • window.top returns a reference to the top-level window.

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp