Posted by no on 06/22/06 17:52
On 20 Jun 2006 10:20:25 -0700, Martie <martienospammin@newsguy.com>
wrote:
>You might get a blank screen while the task completes, if you have your page
>content enclosed in <table> tags. That usually happens because the closing table
>tag won't load up until the rest of the page is ready.
>
>The found the following link that describes that a little better, but also
>offers a way to create a status bar for slow download pages using Javascript
>that might be helpful.
>
>http://www.codeproject.com/jscript/PageLoad_ProgressBar.asp
Hi Martie
Great - thanks - I think you hit the nail on the head. I have tried
some of the other solutions using ob_flush() or flush() and they just
don't make a difference. But my pages all use nested tables to arrange
the content.
Bearing that in mind I'll eaither go for another kind of progress
indicator or just redesign the page using CSS to format the text
areas.
Chris R.
[Back to original message]
|