Skip to main content

All Questions

1 vote
1 answer
426 views

What value needs to passed for X-UA-Compatible meta tag's content attribute to set document mode as 5?

Working on a legacy application, one of the UI functionality is breaking in IE11. While trying emulating different docModes, it's working fine for doc mode = 5 and UserAgent = IE 11 I Want to set this ...
Ashutosh Sharma's user avatar
0 votes
1 answer
185 views

Browser not detecting x-ua-compatible meta tag and setting to new IE browser version after changing it dynamically with javascript

We have a lot of old Infopath forms in an old Sharepoint 2010 website that runs in IE11. They want the site running in IE9 or above so we can run youtube videos. As far as everything other than ...
msilcommand's user avatar
0 votes
1 answer
118 views

How to conditionally apply x-ua meta tag only to ie10 and below?

I have a situation where the following x-ua code is added to the header <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7" /> and it works well in IE versions 10 and below. But it ...
Prasanth K C's user avatar
  • 7,232
0 votes
0 answers
193 views

IE document mode and iframes

I've read a few answers on here, but not sure I'm fully understanding them.... I have a web page that needs to be in document mode 5, there's no way around that, and within that page, I have a iframe, ...
Chris Richards's user avatar
1 vote
1 answer
127 views

IE Compatibility mode go to highest possible version

I have a problem with few users in our company as they don't have updated IE on Windows 7 to the highest version which also supports IE compatibility view EDGE. What I want to ask, how it is possible ...
marhyno's user avatar
  • 687
0 votes
0 answers
23 views

x-ua-compatible not working in IE [duplicate]

I have a website http://resus.softwarewant.com. It is not working in IE because of the compatibility view. It work properly only if I add the domain in the compatibility view setting. I already ...
NewComer's user avatar
  • 307
0 votes
1 answer
631 views

In the X-UA-Compatible tag, what do the "X" and "UA" actually stand for?

I'm curious about the meaning of the letters, and haven't been able to find an answer. What are they abbreviations for? I already understand how the tag is used. (There's an excellent summary of usage ...
FlightPlan's user avatar
4 votes
2 answers
2k views

How to use meta tag in a browser version condition (IE 10 and above)?

I'm using IE11. And I have to force the browser to act as IE 10 with a condition if the browser is IE11. Because of Microsoft removed support for Conditional Comments, I'm struggling to figure out a ...
Drag0nKn1ght's user avatar
1 vote
1 answer
93 views

Skype Meta Tag Support IE8/7

I cannot see any information about it, but does anyone know the support of: <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /> in websites to turn off the Skype formatting ...
KirisuteRanza's user avatar
1 vote
2 answers
143 views

IE compatibility Changing is not working in Windows10 using meta tag

I have created an ASP.net web application, in this we are changing the browser compatibility to IE 5 using the meta tag. In windows7 and Windows8 there is no problem with browser compatibility, ...
ganesh's user avatar
  • 317
0 votes
1 answer
1k views

HTML page redirecting using META refresh not working

I am using IE 11. I have index.html that used to redirect to Home.jsp page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-...
Angelina's user avatar
  • 2,225
0 votes
1 answer
77 views

force ie8 standard browser mode view even if user selects IE8 Compat View

I am using the below meta tag <meta http-equiv="X-UA-Compatible" content="IE=edge" /> This is my full html <!DOCTYPE html> <html> <head> <meta http-equiv=”X-UA-...
Vignesh Subramanian's user avatar
0 votes
0 answers
188 views

How to force IE 9 compatbility view to render page in IE9 standards

I have IE9 browser. My application is rendering in Standard Document Mode which works fine for me. When I select Browser mode: IE9 compatibility mode then my document mode should change ...
sam140's user avatar
  • 239
0 votes
0 answers
26 views

How to include IE10 compatibie meta tag before primefaces default <script> inserts? [duplicate]

I am trying to include the meta tag for IE compatibility as follows in my Primefaces JSF XHTML file. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="...
bkk's user avatar
  • 1
0 votes
1 answer
89 views

Web application triggers different button after using meta http-equiv="X-UA-Compatible"

I have an Classic ASP application. The application will now be used in IE11, and for making it compatible with the same, I used the meta tag <meta http-equiv="X-UA-Compatible" content="IE=...
Abhid's user avatar
  • 274

15 30 50 per page