Delay page display until all content loaded

liunx

Guest
is it possible to delay the display of a page until all content has loaded. I am actually using PHP but i presume that this will not affect anything. I came across this code but it doesnt seem to work, any ideas..?<br />
<br />
<body onload="window.document.body.style.display='block';" style="display: none;"><br />
<br />
Thanks people.<!--content-->no, it all depends on the users connection. modem users will load a few things at a time being that they are slow, while fast connections will seem to load everything at once and display the page. you can't edit the way it displays.<!--content-->what if i use javascript to preload the images?<!--content-->then you preload the images for the next page. you still can't control how they display or in any order.<!--content-->
 
Back
Top