Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Contains the attribute value.
Syntax
objValue = oDOMAttribute.value objDOMAttribute.value = objValue
Remarks
Variant. The property is read/write. It returns the value of the attribute. For attributes with subnodes, the string is the concatenated text of all subnodes with character and general entity references expanded (replaced with their values).
The new attribute value is added as the value of a single text node that is a child of the attribute node. The string contents are unparsed.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.