Request.ServerVariables("HTTP_REFERER"
does not return a value on the server I am working with.
Request.ServerVariables("HTTP_REFERER"
seems to work OK...
Is this a server setting?
I have an ASP page where I want to put a conditional back-button -- depending on the referring page...
Assuming this is not an easy fix -- are there any workarounds?
Thanks.
Request.ServerVariables("HTTP_REFERER"
Is this a server setting?
I have an ASP page where I want to put a conditional back-button -- depending on the referring page...
Assuming this is not an easy fix -- are there any workarounds?
Thanks.