标签: javascript internet-explorer visualforce apex ie8-compatibility-mode
我有一个在IE 8兼容模式下运行的VisualForce页面,我们在该VF页面上有一个iframe。如何仅从iframe中检测和删除IE兼容性(基本上在JS中)。 我尝试通过
ApexPages.currentPage().getHeaders().get('X-UA-Compatible')
但它返回null。