I have an app that uses the webbrowser control. I need to find a way to eliminate popup windows from popping up whenever the browser surfs to a page that has a popup window.

I can use CloseWindow, but I want to guarantee that no other windows appear. No user intervention occurs and the program must run without the popup windows.

tks in advanc3