J
Jeff
My app is hosting a WebBrowser control that handles popup window
opening via the NewWindow3 event, and popup window closing via the
WM_PARENTNOTIFY/WM_DESTROY combo. It works fine for the most part.
On a particular web site that has it's own "Back" navigation button, I
get a javascript error when the script tries to access a previously
creating popup window using some javascript like this:
if(popupWnd != null) popupWnd.close()
That script works fine in IE, but not in my hosted WebBrowser.
Any ideas?
Thanks,
Jeff
opening via the NewWindow3 event, and popup window closing via the
WM_PARENTNOTIFY/WM_DESTROY combo. It works fine for the most part.
On a particular web site that has it's own "Back" navigation button, I
get a javascript error when the script tries to access a previously
creating popup window using some javascript like this:
if(popupWnd != null) popupWnd.close()
That script works fine in IE, but not in my hosted WebBrowser.
Any ideas?
Thanks,
Jeff