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