How about loading the page into a hidden iframe? When the page is finished, you can get the page in the iframe to call some JavaScript in the parent page:
parent.myJSMethod(); -----Original Message----- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 January 2005 9:23 a.m. To: CF-Talk Subject: CF calling a page itself Hi, I need to have a CF page make a call to another CF page on the same server but not wait for a response. What I really need is just to do some processing in the background but have the presentation send an "Action complete" message to the user instead of timing out. Can anybody help? Thank you, Matthew Small ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware: a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191112 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

