How to set a various number of compatibility modes in Internet Explorer?

 Posted by vishalneeraj-24503 on 8/1/2014 | Category: ASP.NET Interview questions | Views: 1308 | Points: 40
Answer:

If we want to set a number of compatibility modes,then we have to specify the range in ascending order as comma-separated list.Then IE will choose the highest of the specified modes that it can support.
For Example:-
<meta http-equiv="X-UA-Compatible" content="IE=7,8,9">


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response