HTML Execute JScript
Kalipso - Form - Actions - Actions Description - Group Controls - HTML Execute JScript
Last updated
Was this helpful?
Kalipso - Form - Actions - Actions Description - Group Controls - HTML Execute JScript
Last updated
Was this helpful?
This action executes Java Script code in the currently loaded page.
Action available for the following operating systems:
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.