im using
e.cancel = true
to stop pop ups but some pop ups mange to get by it and still pop up :mad:
is there another way to fix this ?
Printable View
im using
e.cancel = true
to stop pop ups but some pop ups mange to get by it and still pop up :mad:
is there another way to fix this ?
Where are you setting e.cancel = true? I am guessing in the NewWindow function, but you don't state that.
It might depend on how the window is created. You will need to look at the offending page and see how it works to see if there is some way you can bypass it in the webbrowser control.
See "section 6 - Pop up blocker" in this code-bank submission:
http://www.vbforums.com/showthread.php?t=406671