<standard:script>
</...>
A more powerful version of the script tag.
Content
JavaScript
JavaScript source code.
Attributes
at
string
Where to include this script. Default = "body".
Other possible values: "head".
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
includeJQuery
bool
Whether or not to also include jQuery.
src
string
The source / location of the script