Forum Moderators: DixonJones
Does anyone know a solution?
We direct traffic through our click tracker, log what we need to log and redirect with a 302 to the clicktracker of our client. They log what they need to log and print an html page with a javascript redirect. Key is to use self.location.replace(url) and not self.location.href = url to make sure the back button keeps working.
Voila.. The visitors go straight to the original page on which they clicked the link when they click the back-button of their browser, but the final destination site does not see any referrers in their logs.
Only works for NN3+ and IE4+ ..