/ Published in: JavaScript
URL: http://www.six-degrees.com/six-degrees.html
just a quick and dirty IE7 test
Expand |
Embed | Plain Text
var isIE7 = function() { return !!(document.all && (/msie 7./i).test(navigator.appVersion) && !(/opera/i).test(navigator.userAgent) && window.ActiveXObject && typeof XDomainRequest != 'undefined' ); }
You need to login to post a comment.
