Forum Moderators: open

Message Too Old, No Replies

Getting the referrer in ASP (not .Net)

         

IanTurner

10:52 pm on Jun 25, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Is it possible to get the referring URL using ASP? and if so how?

pageoneresults

11:03 pm on Jun 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Something like this Ian?

request.servervariables("http_referer")

IanTurner

11:11 pm on Jun 25, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Thats the one, many thanks