I have a MFC application with CWebBrowser embedded.
Currently , I run into an issue :
my browser fails to load some web pages(lack of object , error about JS stuff) and always throws script error while the same web page cab be loaded in IE(10) successfully.
I also try to load it with Firefox and it's OK . So I suppose it is not caused by the page itself .....
As I know , WebBrowser has a parsing engine identical to IE . But why different behaviors ?
Please help me . Thanks in advance .
My OS : Win7 x64 + IE10 .