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

'nodeValue' Syntax and Note

Note:

Read-only property. 
Returns the node value. 
    
Syntax:
    
document.getElementById("elementID").nodeValue
document.all.elementID.nodeValue // IE only

    

      
      








Related examples in the same category

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