Applies To: | HTMLRenderer |
Description
This method is used to execute JavaScript in an HTMLRenderer object.
The argument to ExecuteJavaScript is a single item as follows:
[1] | Code | character vector containing JavaScript code |
The shy result of ExecuteJavaScript is currently 1; this may change.
Example
hr.ExecuteJavaScript 'alert("Hello")'