You must remember that CF is not HTML. CFFLUSH simply sends text to the
browser. If the browser refuses to render it, it's the browser's fault,
not CF. I'm not surprised that the browser wouldn't render a half
complete table. Tables are complex, and need to be complete to render.

Another example: IE will not display content until a certain amount of
info has been received from the server. So, if you do:

Ray
<CFFLUSH>

You will NOT see "Ray" in your browser (this is assuming you have no
other HTML above the word 'Ray'). This is NOT the fault of CFFLUSH, it's
just the browser being anal. I get around it by just using RepeatString
to output a padded string.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Bill Holloway [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, September 18, 2001 2:12 PM
> To: CF-Talk
> Subject: <cfflush>
> 
> 
> So it appears that <cfflush> does not work within a table.  
> Am I correct?  This seems like a SEVERE limitation of the 
> tag.  What site doesn't use tables to format output?
>  
> Bill
>  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to