I have a Windows application where I use the WebBrowser control. The WebBrowser shows an html page created dynamically using javascript and xml.
This html page runs a new pop-up window. It works very well. But when I am closing the pop-up window I get the two errors:
- It was not possible to set value of property 'CpGetValue' value of object is Null or it isn't defined;
- It was not possible to set value of property 'CpSetValue' value of object is Null or it isn't defined.
I looked for these properties but I can't find them. I used the tips to disable JavaScript errors in the WebBrowser but I can't stop this error.