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

'hide()' Syntax, Parameters and Note

Note:

Hide a pop-up window. 
Call show() method to display it.
    
Syntax:
    
popupName.hide()

    

      
      








Related examples in the same category

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