document the detection for 2k SP0

git-svn-id: file:///home/svn/framework3/trunk@7887 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2009-12-15 23:08:28 +00:00
parent 115899d24d
commit 06427b53c9
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ function getVersion(){
//document.write("ScriptEngine: "+version+"<br />");
switch (version){
case "514615":
// IE 5.00.2920.0000, 2000 Advanced Server SP0 English
ua_version = "5.0";
os_flavor = "2000";
os_sp = "SP0";
break;