Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes an attribute from the collection.
Syntax
objDOMNode = oDOMNamedNodeMap.removeNamedItem(name)
Parameters
- name
- String specifying the name of the attribute to remove from the collection.
Returns
Object. Returns the node removed from the collection. Returns NULL if the named node is not an attribute.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.