adding parameters to body

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nfrandsen
Forum Newbie
Posts: 6
Joined: Fri Nov 21, 2008 4:42 am

adding parameters to body

Post by nfrandsen »

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?
nfrandsen
Forum Newbie
Posts: 6
Joined: Fri Nov 21, 2008 4:42 am

Re: adding parameters to body

Post by nfrandsen »

by the way I am using the Zend Framework....
Post Reply