aloneboy Posted May 3, 2011 Posted May 3, 2011 (edited) Hello I Am begin Autoitscript I want code a small program to vote for my love #include <IE.au3> $oIE = _IECreate ("http://pdu.edu.vn/doanthanhnien/html/other/nguoidep/pleaseselect.php?p=136") _IELoadWait($oIE) $oForm = _IEFormGetObjByName ($oIE, "binhchon") $oQuery = _IEFormElementGetObjByName ($oForm, "yemail") Sleep (10000) _IEFormSubmit ($oForm) _IELoadWait($oIE) _IEQuit ($oIE) In the form "Email của bạn (bắt buộc): " I want to read from the file ex : test.txt File test.txt content is : email1 email2 .... one line, one email And i want exit if the file is EOF. Thank help me fill the value into the form . Thank you verymuch! Edited May 3, 2011 by aloneboy
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