Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes the specified attribute from this element.
Syntax
objDOMAttribute = oDOMElement.removeAttributeNode(DOMAttribute)
Parameters
- IDOMAttribute
- Object that supplies the IDOMAttribute object to be removed from this element.
Returns
Object. Returns the removed element.
Remarks
Note that if the attribute has a default value, this call also creates a new attribute object with the default value, associates the new attribute with this element, and resets the attribute's specified property.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.