cypher175 Posted April 1, 2009 Posted April 1, 2009 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/", "/")
Authenticity Posted April 1, 2009 Posted April 1, 2009 There is _IELinkGetCollection() for that. On each link you find there is inner or outer - text or html you can parse and react according to.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now