PC Review


Reply
Thread Tools Rate Thread

Detect IE7 7.0.5730.11 vs IE7 7.0.6000.16609

 
 
clintonG
Guest
Posts: n/a
 
      6th Mar 2008
Very weird page display going on.

//XP Pro IE 7.0.5730.11
Page displays as designed

//Vista IE 7.0.6000.16609
Page is FUBAR

BrowserCapabilities returns 0 for MinorVersion as expected. How would you
detect the third octet (6000) when using IE7 in Vista? I'd detect Vista
itself but that would lead to unreliability as its called WinNT (as I
recall) so I'll build yet another stylesheet if someone can give me a tip on
how to grab that octet.

 
Reply With Quote
 
 
 
 
Andrew Morton
Guest
Posts: n/a
 
      7th Mar 2008
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


 
Reply With Quote
 
clintonG
Guest
Posts: n/a
 
      8th Mar 2008
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
>


 
Reply With Quote
 
Andrew Morton
Guest
Posts: n/a
 
      11th Mar 2008
clintonG wrote:
> 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.


And Windows Server 2003 (FYI: 7.0.5730.11), and WS2008 (7.0.6001.16510 in
the beta 3 version).

> 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.


Are you aware of being able to tell IE things like

<!--[if lte IE 6]>
<style type="text/css">
..menuList {margin-left: 0px;}
..leftBox {margin-left: 16px;}
..logo {margin-left: 20px;}
</style>
<![endif]-->

(or insert a stylesheet) so that you don't need to do server-side browser
detection?

> 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.


Hmmm.... works fine from here in Firefox.

HTH

Andrew


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Keyboard 6000 & Intellimouse 6000 =?Utf-8?B?U2FtIFN0ZWluaGF1c2Vy?= Windows Vista Hardware 1 7th Jul 2007 10:50 AM
FrontPage fault wininet.dll 7.0.5730.11 =?Utf-8?B?RENhdEhvbWVVSw==?= Microsoft Frontpage 1 10th Nov 2006 02:00 AM
Faulting application iexplore.exe, version 7.0.5730.11, =?Utf-8?B?QW5nZWxv?= Windows XP Help 0 2nd Nov 2006 10:38 PM
Entering =6000 turns value into text '6000' HELP! I'm Stumped! TWiz Microsoft Excel Misc 1 14th Oct 2004 09:13 PM
Re: HP Scanjet 5730 Manda Luyong Windows XP Hardware 0 5th Jul 2003 10:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:43 AM.