This code work for disable popup`s
Code:
Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)
Cancel = True
End Sub
now i need something for disable the scrollbar of webbrowser. Any idea?