HTML assistance requested.
Posted: Wed Dec 08, 2004 3:16 pm
I've got a page with a big table on it, but parts of the table take a while to render, because it's doing lots of database work while it renders it.
Problem is, during the half-second or so before the entire table renders, only PART of it renders, and it breaks all of the alignment and stuff, so for that half-second, the page looks like crap before it magically all snaps into place right at the end.
Is there some HTML header tag I can use to instruct the browser not to show the page until it's received all of the HTML? Or a way to set up our web server (we're using an Apache/Tomcat combo) to not send pages until they're completely built? Or some other way of fixing this?
Thanks.
Problem is, during the half-second or so before the entire table renders, only PART of it renders, and it breaks all of the alignment and stuff, so for that half-second, the page looks like crap before it magically all snaps into place right at the end.
Is there some HTML header tag I can use to instruct the browser not to show the page until it's received all of the HTML? Or a way to set up our web server (we're using an Apache/Tomcat combo) to not send pages until they're completely built? Or some other way of fixing this?
Thanks.