Originally Posted by spiney Well, the other end will log wot they want, whether it's a link or browser referrel, cgi line, environment variables, etc ..... |
I don't think you understand, the browser
has to send it, try this:
Code:
<a href="#" onClick="window.open(\\\\\\'test.htm\\\\\\',\\\\\\'\\\\\\',\\\\\\'\\\\\\');">
test.htm</a>
<a href="test.htm">test.htm</a>
The referrer sent is:
<script type="text/javascript">
document.write(document.referrer)
</script>
It needs to be called test.htm and on a server (won't send referrer locally anyway)
I assume my JS isn't too rusty to work on modern browsers.