PHP: // ------------ search action function IsInstallSupMiniQQ(QQVersion) { if (_VC_IsIE) { try { //支持 var xmlhttp = new ActiveXObject("TimwpDll.TimwpCheck"); var n = xmlhttp.GetVersion(); if (n < QQVersion) { location.href = 'http://is.qq.com/up_alarm.shtml'; return false; } return true; } catch(e) { //不支持 location.href = 'http://is.qq.com/up_alarm.shtml'; return false; } return false; } else { alert('抱歉,由于腾讯比较傻,这个功能只能在IE下使用:('); } }