I am using CHtmlView to show HTML pages from online into my application. Whenever the site/page tries to load any '.js' file or script it throws Script Error dialog and unable to load few items from the page. I have made SetSilent(TRUE)
to avoid error messages, but still the Script Error occurs without showing the dialog. How can I overcome this problem?
How to overcome Script Error in CHtmlView?
2.5k Views Asked by HariDev At
2
To avoid JavaScript errors, one must create a value in registry edit under the following registry path,
32-bit :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
64-bit :
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
value name :
your application name(eg: sample.exe)
value :
refer to this page