I need to call a third-party CRM system. There are some problems in their javascript code, but the webpage is functioning correctly in IE9.
If I have ScriptErrorsSuppressed set to false, I will get the error message “There was an error in this script on this page,” and below it, “Do you want to continue running scripts on this page?”
If I click "Yes", the web page will work correctly, "No" on the other hand will not correctly connect jquery with objects.
If I set ScriptErrorsSuppressed to true, the error message will not appear, however this will stop the script from executing and the web page will not work correctly.
IE9 may display script errors, but continue to execute the script. Is there a way to emulate the same behavior?
- I tried all the solutions used in stack overflow, but they stop script execution
- Web browser control works in IE9 mode, I set the registry value to force IE9
Thank. -Maigais
source
share