Nicholas Morgan wrote:
> Does anyone know what the load order for a browser is?
>
> 1 HTML
> 2 CSS
> 3 IMAGES
> 4 JS
> 5 ???
>   


1 first of all
2,3,4 when they occours in the HTML code.

The response from the server may be "non consequential" so the "load
order" is not (well) defined.

You can make a test adding an onload="alert('hello world, I am
'+this.id)" on all images and in the body
Probably the browser don't execute any javascript code until all
javascript are loaded, but I'm not sure... :-[

bye
Chiacchiera con i tuoi amici in tempo reale! 
 http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to