InvokeScript(String) Method
Executes an Active Scripting function defined in an HTML page.
'Declaration
Overloads Function InvokeScript( _
ByVal As String _
) As Object
'Usage
Dim instance As IWebDocument
Dim scriptName As String
Dim value As Object
value = instance.InvokeScript(scriptName)
Parameters
- scriptName
- Name of the script function.
Return Value
The object returned by the Active Scripting call.