Search This Blog

Friday, April 3, 2015

Degrade your IE browser

Some of your contents may not support in IE browser higher versions.
So we can degrade to down versions by following:

In your master page you can see a tag like:
<head runat="server">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
</head>

In content you can change the version of your browser:
<meta http-equiv="X-UA-Compatible" content="IE=9" />

No comments:

Post a Comment

Restricting Custom People Picker to only one Sharepoint group programatically

Refer the following script files in your page,     <!-- For People Picker -->     <script type="text/javascript" src...