Templates: Junecode: onload
This documentation was updated on August 11th, 2006
Inserts JavaScript that should run after the page loads. If necessary you can insert your own JavaScript after it.
Attributes
none
Example
<body onload="{junecode:onload}alert('welcome!');"></body>
Changes
As of Junecode 2.0 beta 2, this tag should be added to all templates, even if your template does not display comments.