Hi,
I have a page on a server which is directed to another server (also an ASP page). I just want to display the referrer URL information on the second page. I use Request.ServerVariables("http_referrer"
but it gives a blank page. Do I miss anything or any other methods I can use to track referrer URL? Thanks in advance.
Tony
I have a page on a server which is directed to another server (also an ASP page). I just want to display the referrer URL information on the second page. I use Request.ServerVariables("http_referrer"
Tony