I know how to use BrowserCapabilities and its crippleware but I have been
reminded of an acceptable strategy.
Its rather safe with IE8 in early testing at this point to proceed with
development concluding IE7 will never be released on another platform than
XP Pro and Vista.
Since BrowserCapabilities is crippleware and does not tell me anything
except MajorVersion (7), MinorVersion (7.0) and Platform (WinNT) I can
concatenate MajorVersion and Platform to create a unique string (WinNT7)
that I can use to load a stylesheet to work around the latest release of the
worst software program developed in the history of computer science.
But thanks for your referral Andrew. It will always be there for others too
even if I personally no longer go to 4Guys because their pages cannot be
read without horizontal scroll because Scott too has pages that are all
FUBAR.
But I want to fix mine and don't have near as many as he so I might have a
shot at it while he is overwhelmed and has chosen to leave all his stuff
broken.
"Andrew Morton" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> clintonG wrote:
>> BrowserCapabilities returns 0 for MinorVersion as expected. How would
>> you detect the third octet (6000) when using IE7 in Vista?
>
> "Performing Browser Detection Using ASP.NET"
> http://aspnet.4guysfromrolla.com/articles/120402-1.aspx
>
> Andrew
>