Disable IE Popup Windows
Disables IE popup windows by using an VB Front-end browser and redirecting the popup window to a second invisible webbrowser control. Original Author: Karl J. Sak Code Private Sub Form_Load()’ navigate to a website, I suggest www.aol.comWebBrowser1.Navigate “http://www.aol.com”End subPrivate Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)’this sets the popup window to another browser control’in which webbrowser2.visible = falseSet ppDisp… Read More »