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

'disabled' Syntax and Note

Note:

Read and write property. 
Disable the element or not. 
    
Syntax:
    
document.all.elementID.disabled = value

    

      
      








Related examples in the same category

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