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.