I am working on a tabbed web browser and it is going great!
Only one problem! When someone presses on a link that has a target of _blank or a new window, it opens in IE!
I have tried things like:
Private Sub newbrowse_newwindow(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) e.Cancel = True End Sub
but that only cancels IE from opening. What I want is it to open in a new tab. I have set it so that
NewTab()opens the new tab to the users homepage.
Basically, I need to find out how to get the URL of what the browser is trying to open.
Would anyone be able to help??
Many thanks
Jamie
This post has been edited by madjam002: 11 September 2008 - 12:30 PM

New Topic/Question
Reply




MultiQuote








|