Saved Bookmarks
| 1. |
Onchange Event Does Not Work With <apex:actionsupport> In Ie9. How To Resolve This Error? |
|
Answer» If we add the HEADER on Visualforce page then it CREATES lots of problem in IE9. I think there are few java-script LIBRARY loaded by Header of SALESFORCE which makes IE9 compatible. So the best solution is to enable the Header by using “showHeader=true” in Apex page. If we add the Header on Visualforce page then it creates lots of problem in IE9. I think there are few java-script library loaded by Header of Salesforce which makes IE9 compatible. So the best solution is to enable the Header by using “showHeader=true” in Apex page. |
|