ExecuteJavaScript
From Real Software Documentation
Method
| This method is only available for Web applications. |
Executes the JavaScript passed. The JavaScript passed can call a JavaScript function in a WebPageSource control.
This method is for Web Applications.
Syntax
ExecuteJavaScript(JavaScript As String)
| Part | Type | Description |
|---|---|---|
| JavaScript | String | The JavaScript to be passed. It can call a JavaScript function in a WebPageSource control. |
