Jump to content

Inetget


Recommended Posts

Hi

I 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 this

OR 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 appreciated

Thanks in advance

Edited by stolie
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...