<META HTTP-EQUIV="Refresh" CONTENT="1; URL=show_me_to_user.cfm"> <cfflush> <cflocation url="my_background_processing">
That wont work, because the user has already been redirected once. The cflocation wont do anything, it will get a disconnected network connection error ( in IIS ). However, using the first part to redirect the user, and continuing processing after that <cfinclude> would do the trick. I approached it as a page that wants the server to initiate something else, and the above method reverses the system. Jon. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
