Forum Moderators: open
There are two types depending on your visitor. This is a little trick many are not aware of.
<%
Dim CameFrom
CameFrom = Request.ServerVariables("HTTP_REFERRER") & Request.ServerVariables("HTTP_REFERER")
Response.write CameFrom
%>
This will catch both. There will almost never be two referrer types at the same time unless they are writing their own headers :)