'top' Syntax and Note : top window « Javascript Properties « JavaScript Reference

'top' Syntax and Note

Note:

Read-only property. 
returns a reference to the parent window of all the frames.
    
Syntax:
    
window.top

    

      
      








Related examples in the same category

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