Hello all
Private Sub IE1_NewWindow2(ppDisp As Object, Cancel As Boolean)
Dim TextePage, sLink As String
Set ppDisp = IE2.object
IE2.Navigate App.Path & "\ff.htm"
Visible = True
End Sub
This is the code VB6 of a new windows from a clicked link in webbrowser IE1,
My question is :
how to controle the link in the new IE2 and put the page url in a frameset page html like this
IE2.Navigate ppDisp, , "right"
thank you
Private Sub IE1_NewWindow2(ppDisp As Object, Cancel As Boolean)
Dim TextePage, sLink As String
Set ppDisp = IE2.object
IE2.Navigate App.Path & "\ff.htm"
Visible = True
End Sub
This is the code VB6 of a new windows from a clicked link in webbrowser IE1,
My question is :
how to controle the link in the new IE2 and put the page url in a frameset page html like this
IE2.Navigate ppDisp, , "right"
thank you