I have a Visual Basic 6.0 WebBrowser control to goes to a web site where there is java code that make a popup window appear.
I want to have it programactically close this popup but it
never triggers the _NewWindow2() event for the WebBrowser
control. the java code uses a "window.showModalDialog"
command to launch the popup.
How can I either stop the popup from happening
or programactically close it in
VB?
thanks
mike