Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Gets the named attribute node.
Syntax
objDOMAttribute = oDOMElement.getAttributeNode(name)
Parameters
- name
- String specifying the name of the attribute to be retrieved.
Returns
Object. Returns the IDOMAttribute object with the supplied name, or NULL if the named attribute cannot be found on this element.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.