Just navigate to the same location with a blank target like this...
VB Code:
Private Sub mnuFileNew_Click() WebBrowser1.Navigate WebBrowser1.Document.location.href, , "_blank" End Sub
It should fire the NewWindow2 event which will open a new instance of your browser.
![]()




Reply With Quote