Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Set IE11 compatibility mode via HTML in asps page
Posted
Updated 25-Nov-14 21:51pm
v2
Comments
Kornfeld Eliyahu Peter 26-Nov-14 3:51am    
In what browser?
sanjaysgh 26-Nov-14 3:54am    
ie11

1 solution

You should add a meta setting in your HTML page (master page or layout) in the head part like in the next example:
HTML
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7;" >
 
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