Mar 6, 2001 #1 wassup Technical User Oct 3, 2000 52 GB When running an asp Page is it possible to get the URL the page was linked from.
Mar 6, 2001 Thread starter #2 wassup Technical User Oct 3, 2000 52 GB The URL will be from a different server. Upvote 0 Downvote
Mar 6, 2001 #3 vasah20 Programmer Feb 16, 2001 559 US I think if you get HTTP_REFERER that it should give you the URL of the refering page. Request.ServerVariables("HTTP_REFERER" I'm not extremely familiar with the ServerVariables Collection, though, so there's a good chance that I'm wrong Upvote 0 Downvote
I think if you get HTTP_REFERER that it should give you the URL of the refering page. Request.ServerVariables("HTTP_REFERER" I'm not extremely familiar with the ServerVariables Collection, though, so there's a good chance that I'm wrong