The only way I've seen to do this using "traditional" web methods
(i.e. no AJaX, etc.) is to use CFFLUSH in conjunction with client-side
JavaScript to perform the redirect.

[... server-side processing ...]

<script type="text/javascript">
     location.href = '/redirection/target/path/to/page.htm';
</script>
<cfflush />

.... additional server-side processing code ...

On 7/3/06, B V <[EMAIL PROTECTED]> wrote:
> Hello,
> I was wondering if there's anyway to redirect the user while the cf server
> is still processign their request what I mean is this:
> 1). User submits form
> 2). hit's the "Action" page
> 3). Action page redirects them
> 4). Action page continues processign their form data while they are visiting
> another page
> I want to do this because I have A LOT of variables to process, and I don't
> want them to wait, so is it possible to continue processing their request
> after they've been redirected, or does it cutt off?
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245340
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to