Guys,
Does anyone know a redirect script that leaves the referrer in Internet Explorer?
<script type="text/javascript">
<!--
window.location = "http://www.google.co.uk"
//-->
</script>
The above script doesn't leave a referrer in IE (there's a surprise!)... ideally it would need to be JavaScript based because I need to make sure the user has JavaScript enabled and such ...
Thanks guys! :D