<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Re: [Seaside] &lt;body  onLoad()</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>self session addLoadScript: 'initialize();' should have the same effect.<BR>
<BR>
-Boris (via BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: seaside@lists.squeakfoundation.org &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Fri Jul 31 17:35:48 2009<BR>
Subject: [Seaside] &lt;body&nbsp; onLoad()<BR>
<BR>
Greetings,<BR>
<BR>
My questions concerns the generation of the &lt;body&gt; in an html file. The<BR>
html that is generated by Seaside is:<BR>
<BR>
&lt;body onkeydown=&quot;onKeyDown(event)&quot; onload=&quot;onLoad()&quot;&gt;<BR>
<BR>
<BR>
I would like to generate:<BR>
<BR>
&lt;body onkeydown=&quot;onKeyDown(event)&quot; onload=&quot;onLoad(); initialize()&quot;&gt;<BR>
<BR>
the &quot;; initialize()&quot; is the new bit.<BR>
<BR>
How do I do this?&nbsp; I have looked into WAHtmlRoot but I think it is the<BR>
wrong path.<BR>
<BR>
Thanks,<BR>
Frank<BR>
<BR>
_______________________________________________<BR>
seaside mailing list<BR>
seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>