Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Abzim
  • Order by date
  1. Abzim

    Help IE2.Navigate ppDisp, , "right"

    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 ...
  2. Abzim

    Click image link Webbrowser

    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...
  3. Abzim

    Click image link Webbrowser

    i have a web page in webbrowser with link to click the link have a code html i posted how to do to get the link and how to click it thank you
  4. Abzim

    Click image link Webbrowser

    The code i post is html code; how to get the link via webbrowser in vb6 and then clic the image link
  5. Abzim

    Click image link Webbrowser

    visual basic 6 /VB6.0
  6. Abzim

    Click image link Webbrowser

    Hello <P><B>Title</B></P> <P><A onclick="crea_opendc('http://www.zama.com/clic.php?adid=503152103&amp;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...

Part and Inventory Search

Back
Top