WebControl.ExecuteJavaScript

From Real Software Documentation

Jump to: navigation, search
Method

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.

See Also

ExecuteJavaScript

Personal tools