InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / GetAttribute Method
In This Topic
    GetAttribute Method
    In This Topic
    Gets the value of the named attribute on the element.
    Syntax
    expression.GetAttribute( _
       ByVal attributeName As System.String _
    ) As System.String

    Parameters

    attributeName
    See Also