Jump to content

[Help] Read value from file to IE Form!


Recommended Posts

Hello I Am begin Autoitscript

I want code a small program to vote for my love :unsure:

#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 by aloneboy
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...