WebControl.ExecuteJavaScript
From Real Software Documentation
Method
| This method is only available for Web applications. |
WebControl.ExecuteJavaScript ( JavaScript As String )
Executes the JavaScript passed. The JavaScript passed can call a JavaScript function in a WebPageSource control.
Notes
ExecuteJavaScript is also available as a global method. If called as a global method, it tries to determine which control in which it is supposed to run. In general, calling the JavaScript from inside the intended control is preferable.
