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

'status' Syntax and Note

Note:

Read and write property. 
Specifies the message in the status bar of the window.
    
Syntax:
    
window.status = value

    

      
      








Related examples in the same category

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