I think that IE & Netscape both wait until an entire table is loaded in
html to render it.  One way around this, assuming you need to have your
data in a table, is to come up with a way to start and stop your table.  If
you can use a counter in your loop that generates the table, for each <tr>,
add one to the counter, then, have an if statement in the loop that does a
<cfif counter mod 50 eq 0></table><table></cfif>.  This will make multiple
tables on your page, but I believe the first one will render while the rest
are loading into the browser.

Also, if you are using CFMX (and CF5?), you can use the cfflow or similar
tag to dump your server process to the client.  You may be able to do this
if the server side generation takes a long time too.


Ryan



--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .




______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]

Reply via email to