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

'readyState' Syntax and Note

Note:

Read-only property. 
The state of the element. 
    
Syntax:
    
document.all.elementID.readyState

    

      
      








Related examples in the same category

1.'readyState' Example
2.'readyState' Possible Values
3.'readyState' is applied to