Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes the specified child node from the list of children and returns it.
Syntax
objDOMNode = oDOMNode.removeChild(oldChild)
Parameters
- oldChild
- Object. Child node to be removed from the list of children of this node.
Returns
Object. Returns the removed child node.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.