nodeValue
Returns the value of the current node.
Syntax
value = document.nodeValue
Parameters
value is a string containing the value of the current node.
Example
None.Notes
For the document itself, the nodeValue is null. For text, comment, and CDATA nodes, nodeValue returns the content of the node. For attribute nodes, the value of the attribute is returned.
Specification
nodeValue
Netscape Communications http://developer.netscape.com |