You could show the thank you page first, then redirect that page to t he page with the automatic download. That's how most places do it.
-----Original Message----- From: Martin P. Cadirola [mailto:[EMAIL PROTECTED]] Sent: February 12, 2002 9:28 PM To: CF-Talk Subject: Cfcontent for downloads and redirection Hi there, I'm using the following code to generate an automatic download: <cfheader name="Content-Disposition" value="inline; filename=#v arfile#"> <cfcontent type="application/unknown" file="#varPath#\#varfile#" deletefile="No"> Question is, how do you generate a redirection after issuing the abov e code, so that you display a "thank you" page? A cflocation after cfcontent doesn't do it... Any ideas? Thanks for your feedback! Cheers, Martin _____________________________________________________________________ _ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb 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

