firstChild
firstChild returns the first child element of the current element
Syntax
element = element.firstChild
Parameters
The element parameter returned is a node of type element.
Example
Notes
Returns NULL if the current node is childless.
Specification
firstChild
Netscape Communications http://developer.netscape.com |