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.
If you do not require a return value or the function executed does not have a return value, than you should leave this parameter empty, so Kalipso does not try to retrieve a return value from the execution. On some KClients trying to retrieve a return value from a function that does not return anything, can originate an Error to be triggered on the execution. |
|
|
|
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: 11/12/2020 4:44 PM
|