CFFLUSH doesn't know the difference between TABLE tags or any other HTML
tag. It just flushes out content. It's really up to the browser, so you will
have to test to find out.
One thing I've found is that IE will refuse to render until it gets X amount
of data. So, if you don't have a lot of output before your CFFLUSH, you
won't see anything. I got around this by using RepeatString(" ",X) where X
is some number.
=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
Email : [EMAIL PROTECTED]
ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
> -----Original Message-----
> From: Pooh Bear [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 29, 2001 5:39 PM
> To: CF-Talk
> Subject: CFFLUSH QUESTION
>
>
> how does CFFLUSH handle tables? i mean, let's say my page is a
> whole table,
> and there is some things inside the table that should display a
> few seconds
> after another after processing is done (which CFFLUSH is for). however,
> would CFFLUSH be useless in this case since the browser waits for
> all of the
> Table code to be dowloaded, thus, you'll see everything at the same time
> anyways? hehehehehhe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists