Ruriko Posted February 16, 2007 Posted February 16, 2007 how do i make it click on a hyper link that contains the address http://www.infreemails.com/scripts/runner.php?*
Hello Me You Posted February 16, 2007 Posted February 16, 2007 please someone answer, i need this too Random
James Posted February 16, 2007 Posted February 16, 2007 More specific? You want to open a link when someone clicks on a label? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
sandyd Posted February 16, 2007 Posted February 16, 2007 Where is this Hyperlink? Is it on a web page? If so, you need to use the _IE functions. Look in help. ----[ SandyD ]---
Bert Posted February 16, 2007 Posted February 16, 2007 do you have any code to post to show what you have tried to do? What did the help file say about it? What you are asking for is in the helpfile in the IE functions section, along with examples. You need to do some of the work first. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Sorian Posted February 16, 2007 Posted February 16, 2007 (edited) Here is one way to do it:Run("explorer.exe") WinWaitActive("My Documents") Send("{tab 2}") Send("http://www.infreemails.com/scripts/runner.php?") Send("{Enter}") WinClose("My Documents")Edit: Did some testing, this will first load explorer.exe, type in the address and load the DEFAULT browser. So if you are using Firefox and is the default, it will work fine with it. The _IEcreate I suggested earlier, deleted now, only works well if IE. Edited February 16, 2007 by Sorian
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