johng80 Posted February 20, 2011 Posted February 20, 2011 Is it possible to click on a link and copy its url to a variable that I can use later on in my script? Example: www.google.com right click on “About Google” and copy that url to $oLink in my script?
somdcomputerguy Posted February 20, 2011 Posted February 20, 2011 (edited) It probably is possible. See if this helps, http://dundats.mvps.org/help/html/libfunctions/_IELinkGetCollection.htm Edited February 20, 2011 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
johng80 Posted February 21, 2011 Author Posted February 21, 2011 with _IELinkGetCollection I'm able to get the all links in the document, but any tips how do I get the link under the mouse cursor?
somdcomputerguy Posted February 21, 2011 Posted February 21, 2011 Maybe the MouseClick() or ControlClick() functions can be used here? - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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