Forcing intranet users to view webpage in IE8 mode, not compatibility mode
Posted
by GordonB
on Stack Overflow
See other posts from Stack Overflow
or by GordonB
Published on 2010-06-15T16:34:18Z
Indexed on
2010/06/16
7:42 UTC
Read the original article
Hit count: 331
Although I'm specifying
<meta http-equiv="X-UA-Compatible" content="IE=8" />
But due to IE's "Display intranet sites in Compatibility View" setting, my app isn't being viewed in IE8, but in compatibility mode.
Anyone know if there is a way round this???
© Stack Overflow or respective owner