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 ...
Dim i, eXt As Integer
Dim cUrl As String
On Local Error Resume Next
If doc.links.length > 0 Then
For i = 0 To doc.links.length - 1
cUrl = doc.links(i).href
eXt = InStr(cUrl, "toc.php")
'Debug.Print eXt
If eXt > 0 Then...
Hello
<P><B>Title</B></P>
<P><A onclick="crea_opendc('http://www.zama.com/clic.php?adid=503152103&action=start','ClickPage','1000','1000');window.location.href=window.location.href;" href="#"><IMG border=0 src="http://eroez/img.php?campid=5073"></A></P>
i have this code html and i would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.