That's because your browser won't display a table until the "</table>"
tag has been flushed...  Do a right-click-view-source while the page is
loading and you'll see the 'flushed' table html content has in fact been
sent along to your browser.

~bgl

--> -----Original Message-----
--> From: Tony Weeg [mailto:[EMAIL PROTECTED]
--> Sent: Friday, March 07, 2003 11:35 AM
--> To: CF-Talk
--> Subject: RE: Tricking users/progress bar
--> 
--> ray have you made cfflush perform correctly on IE?
--> 
--> I have not.  I have tried with showing results from a query,
--> populating rows of a table, and to my surprise, the page just
--> waited to display the entire thing, no flushy flushy....just one big
--> dump ?  does anyone have a working example?
--> 
--> thanks
--> 
--> ...tony
--> 
--> Tony Weeg
--> Senior Web Developer
--> UnCertified Advanced ColdFusion Developer
--> Information System Design
--> Navtrak, Inc.
--> Mobile workforce monitoring, mapping & reporting
--> www.navtrak.net
--> 410.548.2337
--> 
--> -----Original Message-----
--> From: Raymond Camden [mailto:[EMAIL PROTECTED]
--> Sent: Friday, March 07, 2003 11:18 AM
--> To: CF-Talk
--> Subject: RE: Tricking users/progress bar
--> 
--> 
--> It has been pointed out that my choice of words below were a bit...
--> off... sorry folks, didn't even realize! (This is what happens when
I
--> type faster than I think. ;)
--> 
-->
=======================================================================
--> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
--> Member of Team Macromedia
--> 
--> Email    : [EMAIL PROTECTED]
--> Blog     : www.camdenfamily.com/morpheus/blog
--> Yahoo IM : morpheus
--> 
--> "My ally is the Force, and a powerful ally it is." - Yoda
--> 
--> > -----Original Message-----
--> > From: Raymond Camden [mailto:[EMAIL PROTECTED]
--> > Sent: Friday, March 07, 2003 9:50 AM
--> > To: CF-Talk
--> > Subject: RE: Tricking users/progress bar
--> >
--> >
--> > Use CFFLUSH...
--> >
--> > Example:
--> >
--> > Please stand by while I do crap....
--> > <cfflush>
--> >
--> > Be aware that there is a 'feature' of IE where it will only
--> > display HTML when the request is completely done, or it gets
--> > 'enough' HTML. So, that line I have in my example would NOT
--> > work if you didn't have enough HTML above it. If you find
--> > this happening, add a:
--> >
--> > #repeatString(" ",200)#
--> >
--> 
--> 
-->

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to