JavaScript » Window » opener

Syntax:
window.opener

When opening a window using window.open, use this property from the destination window to return details of the source window. This has many uses, for example, window.opener.close() will close the source window.