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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

referrer in EI6 and Netscape 7 & Jscript

Status
Not open for further replies.

4notrump

Programmer
Mar 24, 2001
8
0
0
CA
Hi:
When I use document.referrer, I get different results if I'm running either browser.

Netscape gives the previous page and IE returns a blank.

I'm trying to block access a page by making users go through a password page.

Any work arounds?

TQ
 
Don't use HTTP referrer for that purpose, client or server-side. This method is limited, not reliable and can be hacked. Better use cookies/server-side or integrated web server authentication.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top