Medic873 Posted March 11, 2010 Posted March 11, 2010 (edited) Okay I have my application submitting something to my server that is through a web browse obviously. Then my server spits out a simple line of text that i need to copy. How can I copy this. And it is a difrent length every time so I dont want to do somthing like selecting with my mouse. (Also I dont want the software to use my mouse right now its all in the background would like to keep it that way.) What command can i use for this I currently trying to work with the _IEFormGetCollection Im not sure if this is what I should be messing with but untill someone tells me other wise i assume so. lol Edited March 11, 2010 by Medic873
PsaltyDS Posted March 12, 2010 Posted March 12, 2010 See the examples in the help file under _IEFormElementGetValue(). If you're not ready to get the exact element, try the example under _IEBodyGetText(). Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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