Jump to content

how to get the specified link


Recommended Posts

Local $otables = _IETagNameGetCollection($oIE, "table")
For $otablet In $otables
Local $trs = _IETagNameGetCollection($otable, "tr")
For $tr In $trs
Local $oLinks = _IELinkGetCollection($tr)
For $oLink In $oLinks
MsgBox(4096, "test", "Link: " & $l & $oLinks.href)
Next
Next
Next

i want to get specified link from table's column。but my code dosen't work well,it will get all the links from web.

thanks everybody to help me.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...