InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / InvokeScript Method / InvokeScript(String) Method
Name of the script function.


In This Topic
    InvokeScript(String) Method
    In This Topic
    Executes an Active Scripting function defined in an HTML page.
    Syntax
    'Declaration
     
    
    Overloads Function InvokeScript( _
       ByVal scriptName As String _
    ) As Object
    'Usage
     
    
    Dim instance As IWebDocument
    Dim scriptName As String
    Dim value As Object
     
    value = instance.InvokeScript(scriptName)
    object InvokeScript( 
       string scriptName
    )

    Parameters

    scriptName
    Name of the script function.

    Return Value

    The object returned by the Active Scripting call.
    See Also