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?
adding parameters to body
Moderator: General Moderators
Re: adding parameters to body
by the way I am using the Zend Framework....