is there a way to disable javascript in webbrowser1? adn or popups
Printable View
is there a way to disable javascript in webbrowser1? adn or popups
To disable popup windows in the WebBrowser Control, use this code.
VB Code:
Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean) Cancel = True End Sub