View Single Post
Old 28-08-2006   #16
Caned Toad
Regular Member
 
Caned Toad's Avatar
 
Join Date: 19-08-2006
Location: UK
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts

My System: Portland DP100 STB, Asus Tiger Hybrid + Kworld DBT100 + Skystar 2 HTPC

Originally Posted by spiney View Post
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.
Caned Toad is offline   Reply With Quote