Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / InvokeScript2 Method
In This Topic
    InvokeScript2 Method
    In This Topic
    Executes an Active Scripting function (with arguments) defined in an HTML page.
    Syntax
    expression.InvokeScript2( _
       ByVal scriptName As String, _
       ByRef arguments() As String _
    ) As Object
    where expression is a variable that represents a WebDocument Object

    Parameters

    scriptName
    arguments
    See Also