adding parameters to body
Posted: Wed Dec 03, 2008 6:05 pm
just a real quick easy question. I want to add onload="fillCategory();" to the <body> tag, whats the rights way to do this rather that doing it manually?
i added a scripts using
<?php
$this->headScript()->appendFile($this->baseUrl().'/js/list.js');
?>
how do i add the above fillCategory in a similar way?
i added a scripts using
<?php
$this->headScript()->appendFile($this->baseUrl().'/js/list.js');
?>
how do i add the above fillCategory in a similar way?