'close()' Syntax, Parameters and Note : close « Javascript Methods « JavaScript Reference

'close()' Syntax, Parameters and Note

Note:

Closes the current window or document. 
    
Syntax:
    
objectName.close()

    

      
      








Related examples in the same category

1.'close()' Example
2.'close()' is applied to