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

    Parameters

    attributeName
    value
    See Also