GetDomAttribute Function

Class

DomElement.

Action

Gets the value of an object specific DOM attribute. Retrieval works for attributes of type int, boolean, and string. Other attribute types are converted to string, which may not deliver the expected result.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

object.GetDomAttribute(attributeName)
Variable Description
attributeName The name of the attribute. STRING.