Templates: Junecode: onload
This documentation was updated on Friday, August 11, 2006 at 7:17 PM
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.