Http-equiv = "X-UA-Compatible" content = "IE = 10" becomes default on different page in IE 11 with Serial StrokeReader ActiveX

I have a header that I include on different pages. Inside the header there is

<meta http-equiv="X-UA-Compatible" content="IE=10" />

      

It works on one page, but when I click on a link to another page with the same title, it becomes the default internet explorer 11. something overrides my meta tag. I'll include an image explaining the developer. Can anyone point to the correct article or if you are facing this problem can you tell me where the problem is?

BTW I am using Serial Port Reader which only supports IE-10 but PC is Windows 10 and I cannot IE-10 there.

The first page where the meta tag works is

First page

Then I click on the Details link and it takes me to a page inside a single header, but there I lose the meta tag.

enter image description here

and an error in the console if it is related to this problem in some way

enter image description here

+3


source to share


1 answer


I started to debug <cfabort>

each line of code, and when I reached Coldfusion tags <CFORM>

, <CFINPUT>

and <CFSELECT>

I lost meta ie = 10. There, he became IE defalut 11. I put regular HTML-tags, and it worked. Thanks for your time guys.



+1


source







All Articles