Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problme in accessing request.servervariables("http_referer") on Mac

Status
Not open for further replies.

sut

Programmer
Jun 6, 2001
12
0
0
US
Hello,

I am using the Request.ServerVariables("HTTP_REFERER") as follows in "index.asp".

'if instr(request.servervariables("http_referer"), "index.html") =0 or request("userid")="" then
Response.redirect "index.html"
else
userid=request("userid")

It works fine on PC but doesn't work on Mac. I am getting correct values of "userid" so there must be something wrong with request,servervariables("http_referer" )

Does any body has any idea why it doesn't work on Mac?
Is there some other reason why
Request.ServerVariables("HTTP_REFERER") would return different information
from a Mac and IE5?

Waiting for reply.

Thanks
S
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top