[resolved] javascript alert.. During navigation (webbrowser control)
Needed a way to handle JavaScript Alert pop-ups on webpages when using the WebBrowser Control in VB 2010. I did some research on google & found it pretty easily I'm ashamed to say.
So I decided to close this thread.
THANKS! :blush:
Re: Dealing with MsgBox popup on webpage.. During navigation (webbrowser control)
To disable popup's entirely in a webbrowser control you can simply handle the newwindow event. This will remove the pop ups all together.
Re: Dealing with MsgBox popup on webpage.. During navigation (webbrowser control)
Quote:
Originally Posted by
dday9
To disable popup's entirely in a webbrowser control you can simply handle the
newwindow event. This will remove the pop ups all together.
A JavaScript 'alert' window is not a popup. A popup is a new browser window.