Critz, Thank you for your suggestion. It looks like the problem was in fact <cflocation....>. The below solution worked perfectly:
<cfheader name="location" value="../index.cfm"> <cfheader statuscode="302" statustext="Moved temporarily"> <cfabort> Upon further investigation I found that the custom tag <cf_location....> also works because it does exactly the same thing as the above solution. The obvious advantage for using the custom tag <cf_location....> is that I can do saver global search & replaces very easily without fear of breaking code. One last note: The <cflocation....> issue seems to be an issue only with Windows client browsers and not on other platforms; I cannot reproduce the header message on a Mac, thought I have not tried a Linux box yet. Thank you, Stan Winchester AfterShock Web Design, LLC [EMAIL PROTECTED] http://www.aftershockweb.com/ Tel. 503-244-3440 Fax 503-244-3454 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

