'parentWindow' Syntax and Note : parentWindow « Javascript Properties « JavaScript Reference
- JavaScript Reference
- Javascript Properties
- parentWindow
'parentWindow' Syntax and Note
Note:
Read-only property.
Returns a reference to the window that contains the document.
Syntax:
document.parentWindow
Related examples in the same category