<br><font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">I am new to using Seaside and would
appreciate some help. I am using seaside 2.6 on VisualWorks based application.
I cannot upgrade to the latest seaside version for at least some time.</font>
<br>
<br><font size=2 face="sans-serif">My plan is to render some raw html table
data from seaside to browser and then use JavaScript based libraries (dhtmlx)
to manipulate the data. For this, I am including the libraries and css
sheets into the html and they get loaded on to the page fine. A stripped
down version of my page is pasted below.</font>
<br>
<br><font size=2 face="sans-serif">I might consider AJAX / Scriptalicious
at a later stage - but don't think its required at this stage...</font>
<br>
<br><font size=2 face="sans-serif">Question(s)</font>
<br><font size=2 face="sans-serif">1. How do I write into the onLoad()
function of the generated page. As you see in the html - the &quot;var
mygrid = new dhtmlXGridFromTable('displayGrid')&quot; is printed into a
separate script tag and not in the onLoad() function.</font>
<br><font size=2 face="sans-serif">2. What is the function of </font>
<br><font size=2 face="sans-serif">&lt;script type=&quot;text/javascript&quot;
src=&quot;/seaside/myWeb?_s=UtwJWVIkSzhgjOgM&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">3. Is there any other way of loading
a CSS file other than using stylesheet method in updateRoot: </font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Tushar</font>
<br>
<br><font size=2 face="sans-serif">&lt;html xml:lang=&quot;en&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;
lang=&quot;en&quot;&gt;</font>
<br><font size=2 face="sans-serif">&lt;head&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;title&gt;Seaside&lt;/title&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;meta
content=&quot;text/html; charset=us-ascii&quot; http-equiv=&quot;Content-Type&quot;
/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;link
rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://myhost:123/dhtmlxGrid/codebase/dhtmlxgriid.css&quot;
/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;link
rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://myhost:123/dhtmlxGrid/codebase/dhtmlxgrid_skins.css&quot;
/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
type=&quot;text/javascript&quot; src=&quot;http://myhost:123/dhtmlxGrid/codebase/dhtmlxcommon.js&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
type=&quot;text/javascript&quot; src=&quot;http://myhost:123/dhtmlxGrid/codebase/dhtmlxgrid.js&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
type=&quot;text/javascript&quot; src=&quot;http://myhost:123/dhtmlxGrid/codebase/dhtmlxgridcell.js&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
type=&quot;text/javascript&quot; src=&quot;http://myhost:123/dhtmlxGrid/codebase/ext/dhtmlxgrid_start.js&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;link
rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/seaside/myWeb?_s=QnaWEgNcskJnEEtI&quot;
/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;link
rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/seaside/myWeb?_s=gPPLgGiDQBvpZAfn&quot;
/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;link
rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/seaside/myWeb?_s=ahGnhtsREzeUiPvQ&quot;
/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;link
rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/seaside/myWeb?_s=dDxCEuRMmWolJDAe&quot;
/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
type=&quot;text/javascript&quot; src=&quot;/seaside/myWeb?_s=UtwJWVIkSzhgjOgM&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
type=&quot;text/javascript&quot; src=&quot;/seaside/myWeb?_s=KiyGNFOsPOlohyTK&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
type=&quot;text/javascript&quot; src=&quot;/seaside/myWeb?_s=qtgeNhXUcXkGXeak&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;script
type=&quot;text/javascript&quot; src=&quot;/seaside/myWeb?_s=YiafUmPCoDWMQWim&quot;&gt;&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/head&gt;</font>
<br><font size=2 face="sans-serif">&lt;body onload=&quot;onLoad()&quot;
onkeydown=&quot;onKeyDown(event)&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;table
lightnavigation=&quot;true&quot; imgpath=&quot;../../dhtmlxGrid/codebase/imgs/&quot;
gridheight=&quot;300px&quot; class=&quot;dhtmlxGrid&quot; gridwidth=&quot;99%&quot;
name=&quot;displayGrid&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &lt;tr&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;1&lt;/td&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;&lt;td&gt;2&lt;/td&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &lt;td&gt;3&lt;/td&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &lt;td&gt;4&lt;/td&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &lt;td&gt;5&lt;/td&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &lt;/tr&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;</font>
<br><font size=2 face="sans-serif">&lt;script type=&quot;text/javascript&quot;&gt;/*&lt;![CDATA[*/var
mygrid = new dhtmlXGridFromTable('displayGrid')/*]]&gt;*/&lt;/script&gt;&lt;/form&gt;</font>
<br><font size=2 face="sans-serif">&lt;script type=&quot;text/javascript&quot;&gt;/*&lt;![CDATA[*/function
onLoad(){}/*]]&gt;*/&lt;/script&gt;</font>
<br><font size=2 face="sans-serif">&lt;/body&gt;</font>
<br><font size=2 face="sans-serif">&lt;/html&gt;</font>
<br>
<br>
<P><hr size=1></P>
<P>
Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you are receiving the offering materials attached below related to your interest in hedge funds or private equity, this communication may be intended as an offer or solicitation for the purchase or sale of such fund(s).  All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries and affiliates.

This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, as applicable, for any loss or damage arising in any way from its use. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
Please refer to http://www.jpmorgan.com/pages/disclosures for disclosures relating to UK legal entities.
</P>