<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:8pt">Hi,<br><br>When developing a relatively large ext/geoext app, which would be the best way of starting the app from the initial html page? I am rather confused about which does what and which is better for performance. <br><br>As far as I can understand the following happens..<br><br>onload="init();" triggers the javascript code when the html page is fully loaded into the browser<br><pre id="line1">Ext.onReady(function()...loads when the ext.js library has been loaded into the browser (..cache?)</pre>so which is more effective?<br><br>yours,<br><br>Robert<br><div><br></div>
</div><br></body></html>