Yep, you cannot use a CFLOCATION after trying to set a cookie (actually it's
the other way around), so instead of using the CFLOCATION, use this:
<script language="javascript">
document.location="pageyouwanttogoto";
</script>
This executes on the browser, which means that the cookie will get set. If
you're not setting a cookie, use CFLOCATION because it's faster (no trip to
the browser and back).
-reed
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.