<%=Request.ServerVariables("HTTP_REFERER")%>
Hi
This is my first post, I hope someone can help.
Im using the referer code as shown below
dim url
url=Request.ServerVariables("HTTP_REFERER")
response.write(url)
At the moment Im just testing it.
If I click into my site from a link in say google or another web site - the only url that gets past into the variable is the actual link to my site, and not the refering url ie google.
Any ideas as to whats going on.
Thanks
Tim
|