thechasboi
02-08-2007, 04:21 PM
I need to check the referer. I do this but in one case ther is no referer. How in the world do I tell if the http_referer is empty or null or not?
HttpContext.Current.Request.ServerVariables("HTTP_REFERER")<>"" or something like this cause this is not working.
Thanks for the reply
HttpContext.Current.Request.ServerVariables("HTTP_REFERER")<>"" or something like this cause this is not working.
Thanks for the reply