'parentWindow' Syntax and Note : parentWindow « Javascript Properties « JavaScript Reference

'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

1.'parentWindow' Example
2.'parentWindow' is applied to