You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Marc Lustig <ma...@marclustig.com> on 2002/09/30 10:40:58 UTC

adding onload to body-tag

Hi,

has anybody ever tried to add onload=".." to the html-body tag?
Like <body onload="myfunction">

What is the solution?

TIA.
Marc

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: adding onload to body-tag

Posted by Scott Eade <se...@backstagetech.com.au>.
> From: "Marc Lustig" <ma...@marclustig.com>
> 
> has anybody ever tried to add onload=".." to the html-body tag?
> Like <body onload="myfunction">
> 
> What is the solution?
$page.addAttribute("onload", "...")

Cheers,

Scott
-- 
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>