Introduction Microsoft has introduced replacing Internet Explorer with Microsoft Edge in Windows 10 operating System. Microsoft Edge is fully capable to run seamlessly across multiple devices. Microsoft Edge is little …
Tag:
Internet Explorer
-
-
Benefits Of Customized Internet Explorer Toolbar Development 1. Benefits of Customized Internet Explorer Toolbar 2. Enhanced Browsing Experience 3. Customized toolbar for your …
-
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 …
- 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 …