> Well, that's hardly a drawback with CFFLUSH. If the footer is > at the bottom of the page, why would anyone expect it to appear > until the entire page has been sent to the browser? You can, > however, work around this with judicious use of JavaScript, if > that's an acceptable alternative.
We have done pages where a "Please wait, working" message is displayed, along with the complete layout Then at the bottom of the page you have repeated JavaScript bits of code with CFFLUSH between then to move a counter/updater Then once it's finished, use a bit of JavaScript to move on - location.replace() This all relies on JS, but it's the easiest way to get a progress bar Philip Arnold Technical Director Certified ColdFusion Developer ASP Multimedia Limited Switchboard: +44 (0)20 8680 8099 Fax: +44 (0)20 8686 7911 www.aspmedia.co.uk www.aspevents.net An ISO9001 registered company. ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ********************************************************************** ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

