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

identifying mozilla as IE

Status
Not open for further replies.

venkman

Programmer
Oct 9, 2001
467
US
I'm trying to figure out how to fake out a remote web server into thinking I'm running IE instead of Mozilla.
So far I've figured out how to change the user-agent to:

Code:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)

but the website I'm checking on still figures out that I'm running "Netscape", apparently through the window.navigator.appName property. Anyone know how to change that? Here's the website I'm using to check:

Thanks,
Venkman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top