Monday, January 27, 2014

It may happen that above tips will not work as lots of time the page header already sent. then how to achieve same result using Apex

It may happen that above tips will not work as lots of time the page header already sent. then how to achieve same result using Apex

Add below line of code in Apex (Constructor)
Apexpages.currentPage().getHeaders().put('X-UA-Compatible', 'IE=8');
Read more tips and tricks to solve IE9 issue in Salesforce here.


No comments:

Post a Comment