Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Appends newChild as the last child of this node.
Syntax
objDOMNode = oDOMNode.appendChild(newChild)
Parameters
- newChild
- Object. Address of the new child node to be appended at the end of the list of children of this node.
Returns
Object. Returns the new child node successfully appended to the list.
Remarks
Note that this is equivalent to calling insertBefore(newChild, null). For complete information, see the documentation for insertBefore.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.