Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the attribute with the specified name.
Syntax
objDOMNode = oDOMNamedNodeMap.getNamedItem(name)
Parameters
- name
- String specifying the name of the attribute.
Returns
Object. Returns the IDOMNode object for the specified attribute. Returns NULL if the attribute node is not in this collection.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.