InfoConnect for Airlines
InvokeScript(String) Method


Name of the script function.
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