All Commands
All Other
Commands
JS_LINE
You can use this to insert Javascript lines in to various positions in the Header or Footer of the page.
You should use the {COMPONENT()} command for larger chuncks of code, but for small dynamic JS, this might be more useful.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | area | String | This should be set to ONLOAD, ONLOAD_B, ONREADY or ENDOFBODY | |
2 | script | String | This is the code you wish to insert | |
3 | unique | TRUE | Boolean | This tells the interpreter to check if the script has already been inserted into the specified section |