'nodeValue' Syntax and Note : nodeValue : Javascript Properties : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Properties   » [  nodeValue  ]   
 



'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
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.