/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function IEversion() { if (document.documentMode != 8 && document.namespaces && !document.namespaces[this.ns]) { this.IE6 = true; this.IE7 = true; } else if (document.documentMode == 8) { this.IE8 = true; } }