Tony Schreiber wrote:

> That let's me get a message to the browser, but the request is still
> running and the browser is still waiting...
> 
> I want to browser to stop waiting...


Could you send some javascript to the browser with CFFLUSH that does a 
redirect?

<script language="javascript">
window.location = "thankyou.cfm";
</script>

Jochem
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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