View Single Post
Old 10-16-2004, 01:11 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
If the user agent string contains "SV1", Internet Explorer is in SP2.
PHP Code:


var g_fIsSP2 false;
function 
browserVersion()
{
  
g_fIsSP2 = (window.navigator.userAgent.indexOf("SV1") != -1);
  if (
g_fIsSP2)
    {
      
//This browser is Internet Explorer in SP2. 
    
}
  else
    {
      
//This browser is not Internet Explorer in SP2.
    
}

__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote