add detection for IE6 on XPSP0
git-svn-id: file:///home/svn/framework3/trunk@5572 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
10f57cedcd
commit
0144e9ea6a
|
@ -114,6 +114,13 @@ function getVersion(){
|
|||
os_flavor = "2000";
|
||||
os_sp = "SP4";
|
||||
break;
|
||||
case "566626":
|
||||
// found on
|
||||
// IE 6.0.2600.0000
|
||||
// XP SP0
|
||||
os_flaver = "XP";
|
||||
os_sp = "SP0";
|
||||
break;
|
||||
case "568827":
|
||||
os_flavor = "2003";
|
||||
os_sp = "SP1";
|
||||
|
|
Loading…
Reference in New Issue