How to determine the IE8 compatibility mode

How do you detect in JavaScript running in IE8 whether the browser is using compatibility mode or not?

+2


a source to share


1 answer


Here's a good example of how to do it . First google result for "ie mode mode js" BTW.



+4


a source







All Articles