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

'parent' Syntax and Note

Note:

Read-only property. 
In a multiframe environment, returns a reference to the parent 
window of the current active window.
    
Syntax:
    
window.parent

    

      
      








Related examples in the same category

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