replaceChild
The replaceChild() method replaces one child node on the current element with another.
Syntax
element.replaceChild(newChild, oldChild)Parameters
oldChild is the existing child node to be replaced.
Example
Notes
Specification
replaceChild
Netscape Communications http://developer.netscape.com |