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

'self' Syntax and Note

Note:

Read-only property. 
Returns a reference to the current active window or frame.
    
Syntax:
    
window.self
document.all.frameID.self // IE only

    

      
      








Related examples in the same category

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