Create IE object

04/07/2016 20:01 ssamko#1
Hello guys !
I created a GUI with embedded web control(IE object). Then I started there a web-page but when I clicked there on 1 button pop-up appeared. Please can u tell me how can I disable pop-up windows ?

I tried something like this:
Code:
Dim $sKey = 'HKCU\Software\Microsoft\Internet Explorer\New Windows'

RegWrite($sKey, 'PopupMgr', 'REG_SZ', 'no')
but it doesnt work :/

Thnx !
04/07/2016 20:11 M3mphizzt#2
can u send me source cause i made a autoitwebbroser it works and no popups be sure u disabled ur popups in explorer browser too

did it helped a bit what i send u ?