Contents
Display Legacy Contents

 Print
    HTML Execute JScript    
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.
See also
Samples
 

 

Updated: 12/6/2017 2:50 PM