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!

Need server-side Jscript browsersniffing code

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Anyone got simple server-side Jscript code to sniff for IE or NS?
 
something you can include in a header of an html/asp file... or better yet BEFORE I start the HTML tags, so I can sniff and serve a different server-side include based on IE or NS
 
If you're using ASP, try Request.ServerVariables("HTTP_USER_AGENT").

Let me know if you need more specifics.

TW
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top