I've got two webpages one
<html>
<body>
<p><a href="page2.html">Link</a></p>
</body>
</html>
And the second page.
<html>
<body>
<script type="text/javascript">
document.write(document.referrer);
</script>
</body>
</html>
The second page is always blank, it doesn't seem to be picking up the referrer, any idea's why?
In IE, document.referrer works only for http:// resources, not https:// and file:// ones. Maybe that is your problem.
Edit: There are even more cases in which IE doesn't pass it on.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With