Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I turn on IE 10 Compatibility View using JavaScript or HTML?

Tags:

People also ask

How do I know if Internet Explorer is compatible with Compatibility View?

Open Internet Explorer for the desktop, click Tools, and then click Compatibility View settings. In the Compatibility View Settings box, add the problematic website URL, and then click Add. Compatibility View is turned on for this single website, for this specific computer.


How can I turn on IE 10 Compatibility View programmatically in Javascript or HTML?

I just added the following meta tag within the <head> tag, but it is not working.

<meta http-equiv="x-ua-compatible" content="IE=EmulateIE7" >

Is there any way to do the same thing in JS?