> Thanks Ben, > I'll give that I try and see if it works.
> Mario > -----Original Message----- > From: Ben Doom [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 09, 2003 7:31 PM > To: CF-Talk > Subject: RE: CFFLUSH and IE5.x - 6.0 > In my experience, IE will display a partially defined > table, as long as it > knows how many columns. You may have to define column > widths, but I don't > think so. > However, IE doesn't start displaying until it has about 1K > of data. When we > need to start flushing even when there's not much data, we > put a big comment > (My boss uses the first few pages of Anna Karinnina) at > the top of the page > then flush /that/ first. That way, IE is tricked into > thinking it has a > whole bunch of stuff to display. Stupid IE. :-\ So of course, google searches for Anna Karinnina are more likely to produce any of those pages. heh. :) Incidentally, I believe IE treats whitespace normally as part of that 1k, so I think you could just as well use #repeatString(" ",1000)# or at the very least #repeatString(" |",500)# although it'd look strange when you view the source... but then... I'd be confused if I saw several pages of Anna Karinnina in the source. :) s. isaac dealey 972-490-6624 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to tapestry api is opensource http://www.turnkey.to/tapi team macromedia volunteer http://www.macromedia.com/go/team certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

