Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes or replaces the named attribute.
Syntax
oDOMElement.removeAttribute(name)
Parameters
- name
- String specifying the name of the attribute to be removed or replaced.
Remarks
If the specified attribute has a default value, this is equivalent to a replace operation: the current value is removed and a new attribute is created with the default value. This operation also resets the IDOMAttribute object's specified property.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.