add detection for IE6 on XPSP0

git-svn-id: file:///home/svn/framework3/trunk@5572 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2008-07-23 06:40:27 +00:00
parent 10f57cedcd
commit 0144e9ea6a
1 changed files with 7 additions and 0 deletions

View File

@ -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";