How to detect my running Internet Explorer Browser using Javascript? We can easily detect the running user browser versions like the user is running IE6 (or earlier) or IE7 (or …
Tag:
IE
-
-
How to detect my running Browser using Javascript? Using following Javascript code, we can detect the Browsers & Browsers Version, like either running the current url is Google Chrome or …
- APEXSALESFORCEVisual ForceVisualforce
How to avoid IE10 version compatibility issue while using Visualforce Page
How to avoid IE10 version compatibility issue while using Visualforce Page Please add following piece of code in your Apex Class Controller Consturctor Apexpages.currentPage().getHeaders().put(‘X-UA-Compatible’, ‘IE=10’); You could try this with …