Window Object
The opener property returns a reference to the window that created the window.
When opening a window with window.open(), you can use this property from the destination window to return details of the source (parent) window.
Coding Tip: window.opener.close() will close the source (parent) window.
![]()
The opener property is supported in all major browsers.
Write some text to the source (parent) window:
Window Object
Your message has been sent to W3Schools.