GetDomAttribute Method (DomElement)
Class
DomElement
.
Action
Gets the value of an object specific DOM attribute.
Syntax
domAttribute
=
element
.
GetDomAttribute
(
attributeName
)
Variable
Description
domAttribute
The value of the attribute.
Object
.
attributeName
The name of the attribute.
String
.