Suppressing javascript error from MFC ??
-
1. I have created a MFC single dialog based project 2. I have inserted Microsoft WebBrowser Control Activex 3. I am now able to open any web pages But i can't suppress the javascript error. I have seen after inserting this activex control it has created a class CEXplorer1. On VB i can set a property name suppressScript error but i can't find any property when i am using VC++ and MFC. I am using visual studio 2005in windows XP with service pack 2 and have internet explorer 6.0 I have seen some tutorial they are saying i have to implement IOLECOMMANDTARGET::EXEC() i want some simple solution if possible. :(( :((
-
1. I have created a MFC single dialog based project 2. I have inserted Microsoft WebBrowser Control Activex 3. I am now able to open any web pages But i can't suppress the javascript error. I have seen after inserting this activex control it has created a class CEXplorer1. On VB i can set a property name suppressScript error but i can't find any property when i am using VC++ and MFC. I am using visual studio 2005in windows XP with service pack 2 and have internet explorer 6.0 I have seen some tutorial they are saying i have to implement IOLECOMMANDTARGET::EXEC() i want some simple solution if possible. :(( :((
Copy, paste, and modify... http://support.microsoft.com/kb/261003/en-us[^]
Maxwell Chen