AddOnLoadScript
Mon 01 January 2018Syntax
AddOnLoadScript(onload_script)
Description
Use the AddOnLoadScript function to add the JavaScript code to be executed in the onload event of the HTML document.
Important! Use this function within fluid applications only.
Parameters
Field or Control |
Definition |
---|---|
onload_script |
Specifies the JavaScript code to be executed in the onload event of the HTML document as a string value. |
Returns
None.