Element.GetAttribute Method |
Returns the value for the attribute with the specified name.
[VBScript] Public Function GetAttribute( _ ByVal name As String _ ) As String
[JScript] public function GetAttribute( name : String ) : String;
The attribute value as a string, or an empty string if that attribute does not have a specified or default value.