stolie Posted May 29, 2007 Posted May 29, 2007 (edited) HiI have a project where i need to "save as" 22 instances of a link per a webpage.I have a crude script going where i use the mouse movement and co-ordinates of the links to do this. However, this is unreliable as i would like to run it on various PC's with different monitors, setups etc which obvisouly means the co-ordinates change.The link text is something like : http://www.webpage.com.au/itemnumber/number_{and lots of variable text} I have been reading about " _IELinkClickbyText", - can i get it to right click it?--save as etc? if NO, then i cant really use thisOR Should i be looking at using "Inetget". I have read that maybe i should do the following ; 1) Use Inetget to download the page (successfully done) 2) Use Fileread and Filegetsize into a variable and parse out the "<a href"s", and then Inetget the resulting variable.Ok, im really stuck on point 2. What is meant by "....parse out the "<a href"s", and then Inetget the resulting variable".Any Help/direction would be greatly appreciatedThanks in advance Edited May 29, 2007 by stolie
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