nodeValue
Returns the value of the current node.
Syntax
value = document.nodeValue
Parameters
value is a string containing the value of the current node, if any.
Example
None.Notes
For the document itself, nodeValue returns NULL. For text, comment, and CDATA nodes, nodeValue returns the content of the node. For attribute nodes, the value of the attribute is returned.
The following table shows the return values for different elements:
When nodeValue is defined to be NULL, setting it has no effect.
Specification
nodeValue
Netscape Communications http://developer.netscape.com |