How to remove IE compatibility mode from iframe

146 Views Asked by At

I have a VisualForce page which runs in IE 8 compatibility mode, and we have an iframe on top of that VF Page. How to detect and remove the IE compatibility from iframe only (basically in JS). I tried searching the compatibility mode for iframe by

ApexPages.currentPage().getHeaders().get('X-UA-Compatible')

but it returned null.

0

There are 0 best solutions below