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

Detecting browser type

Status
Not open for further replies.

drumin

Technical User
Mar 18, 2001
10
GB
I'm looking to develop a piece of code which will determine the browser type of the user. Once this has been determined the user will be directed to the respective page.

Users with Mac/Netscape/IE 5 and under will go to one page

Users with IE 5.01 and over will go to another.

This needs to be seemless.

Any help appreciated!

Thanks!
 
Set Browser = Server.CreateObject("MSQC.BrowserType)

this makes the variable Browser, contain the type of browser the viewer has you can then do the script to redirect to wherever
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top