add_script: Add Javascript to body
Description
Add Javascript to body
Usage
add_script(my_html, script, ...)
Arguments
my_html
html in a vector of strings; output from 'create_html'.
script
character string; script to add.
...
Other parameter passing to tag attributes.