Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / InvokeScript1 Method
Script name to be invoked.
In This Topic
    InvokeScript1 Method
    In This Topic
    Executes an Active Scripting function defined in an HTML page.
    Syntax
    expression.InvokeScript1( _
       ByVal scriptName As String _
    ) As Object
    where expression is a variable that represents a WebDocument Object

    Parameters

    scriptName
    Script name to be invoked.
    See Also