I have an application that lists a bunch of external sites that people can
link to.  When a user selects an item on the list, I display a detail page
regarding that item, along with a Log On button that allows them to access
the site in question.  When they click the button, they are sent to an exit
page that logs their passage in a table and redirects them to the offsite
location.  Seems pretty simple, right?

CFLOCATION doesn't work.  I raised this issue before with no successful
resolution.  For some reason, while it works some of the time, at other
times it will not access these outside sites.  Simultaneous tests of access
to the sites from the server's browser or another machine's browser worked
fine, pointing to CFLOCATION as the problem.

I want to use CFHEADER.  It works fine...almost.  In IE, it sends the user
to the offsite page, and clicking the back button skips over the exit page
to the page with the Log On button, which is what I want.  In Netscape,
however, clicking the back button lands them back on the exit page, which
throws them forward to the offsite address again.

Is there some technique I can use to make it work in Netscape the same as it
does in IE?  (Anything using HTTP-REFERER is not an option for me.)

Thanks,
Matthieu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to