This action executes Java Script code
in the currently loaded page.
Parameters
|
HTML Control <unquoted string> |
|
The HTML control to execute the javascript code in.
|
|
|
JScript<string> |
|
The JavaScript code to execute and to be evaluated if a return value is required. |
|
|
Target <string> |
|
The target control or variable to store the return string of the javascript code executed. The returned value must be a string.
|
|
|
|
This should be equivalent to executing the code inside javascript "eval()" function and the returned value the same as would be returned by that function. |
Updated: 3/21/2018 5:58 PM
|