Tom Chiverton wrote: > On Monday 17 July 2006 16:07, Paul Fraser wrote: >> I would prefer to not go the CFC route, but I am open to persuasion. > > The poor mans version could fire off a CFHTTP request to a page to do the > heavy lifting, and then print the 'all OK' message. >
That wouldn't be asynchronous though. Because his page would wait for the CFHTTP to complete. One alternative would be to call a cfm file in an iframe, and then use javascript to redirect the main page. The request in the inline from would continue to run even though the browser isn't attached to it anymore. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246775 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

