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

'declare' Syntax and Note

Note:

Read and write property. 
Whether or not to simply declare the element without loading or running it. 
    
Syntax:
    
document.getElementById("objectID").declare = value
document.all.objectID.declare = value // IE only

    

      
      








Related examples in the same category

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