Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 checking IE5.5 from ASP (enough?)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

paco
Junior Member

Spain
187 Posts

Posted - 16 May 2001 :  11:29:37  Show Profile
is this enough to check if the user has IE 5.5 from ASP?

browser = Request.ServerVariables ("HTTP_USER_AGENT")

if (InStr(browser, "MSIE 5.5")>0) then
strugle = true
else
strugle = no
end if

regards,
Paco

BuffyNET
Junior Member

United Kingdom
126 Posts

Posted - 16 May 2001 :  11:33:38  Show Profile  Visit BuffyNET's Homepage  Send BuffyNET an ICQ Message
Should be, but I would deal with it in Javascript. You can then test the Version number and say if the Version is >= 5.5

Don't forget IE 6 beta is about!

Neil
Go to Top of Page

paco
Junior Member

Spain
187 Posts

Posted - 16 May 2001 :  11:45:11  Show Profile
Thanks,

I must check for IE5.5 specifically as I encounter a really weird bug that only happens with that browser. If you are curious, when I click a href="#" link, my page reloads.

I also like checking browsers from javascript better. But I want to write some HTML/javascript specific for each group of browsers (IE5.5 and the others). It seems easier from ASP.

thanks,
Paco

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07