HTMLInputElement.RemoveChild
Syntax:
Parameters:
<Node> (required)
The removed HTMLDOM node.
Returned value:
The removed node.
Description:
Availability:
Note:
- if this node is read-only;
- if the removed node cannot be found;
- if the removed node is a child of the Document node, an exception is triggered;
- if the try to remove node is executed DocumentType.