Forums
This topic is locked
Browser Detection
Posted 27 Nov 2002 17:17:30
1
has voted
27 Nov 2002 17:17:30 Mark Bieganek posted:
Hi!I need to set up browser detection on my ASP pages so that those that can't see the page can be redirected to a page that will tell them how to make it work.
I know of BrowserHawk, but was looking for a cheaper alternative... Any ideas?
Thanks!
Mark
Replies
Replied 27 Nov 2002 18:32:14
27 Nov 2002 18:32:14 Dave Clarke replied:
Hi
Don't know much about this but couldn't you use <b>Request.ServerVariables(HTTP_USER_AGENT)</b> to determine the browser being used and then make a redirect based on this?
Dave
ASP|VBScript|IIS5.1|Access|WinXPPro & WinXPHome
Don't know much about this but couldn't you use <b>Request.ServerVariables(HTTP_USER_AGENT)</b> to determine the browser being used and then make a redirect based on this?
Dave
ASP|VBScript|IIS5.1|Access|WinXPPro & WinXPHome
Replied 27 Nov 2002 18:40:33
27 Nov 2002 18:40:33 Mark Bieganek replied:
It sounds logical... let me what I can come up with.
Thanks for the tip! <img src=../images/dmxzone/forum/icon_smile_cool.gif border=0 align=middle>
Mark
Thanks for the tip! <img src=../images/dmxzone/forum/icon_smile_cool.gif border=0 align=middle>
Mark