Jump to content

Find all links in a page with _StringBetween..?


Recommended Posts

if i wanted to find all of the links in a webpage that contain the variable $Find

and then do a function for each link that it finds, how would i do that, without writing any temp files to disk..??

$IE = _IECreate("http://www.website.com/")

$Read_HTML = _IEDocReadHTML($IE)

$Find = _StringBetween($Read_HTML, "http://website.com/", "/")

Link to comment
Share on other sites

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