Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"/>
to restrict my document mode to IE 9 at server end,
this code works fine at my local server and set IE 9 as default mode but same is not working at server end.

What I have tried:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"/>
Posted
Updated 30-Aug-16 4:25am
Comments
Sinisa Hajnal 30-Aug-16 9:25am    
meta tags are advisory and serve to help the browser know what you intended. They have absolutely no effect on the server code.

1 solution

HTML tags have nothing to do with the server code and what it generates.

Those tags are only suggestions to the browser rendering the page. They can also be overriden by browser policy and there's nothing you can do about that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900