SetDomAttribute Method (DomElement)

Class

DomElement.

Action

Sets the value of an object specific DOM attribute.

Syntax

element.SetDomAttribute(attributeName, attributeValue)
Variable Description
attributeName The name of the attribute. String.
attributeValue The value that should be set. Object.