Sets or retrieves a reference to the window that created the current window.
Syntax
[ sWindow = ] object.opener
Possible Values
| sWindow | String or Integer that
specifies or receives the window reference. |
The property is read/write.
The property has no default value.
DHTML expressions can be used in place of the preceding value(s). As of Internet Explorer 8, expressions are not supported in IE8 mode. For more information, see About Dynamic Properties.
Remarks
The opener property is available only for frame and iframe pages.
Standards Information
There is no public standard that applies to this property.
Applies To