codenewbie Posted May 19, 2010 Posted May 19, 2010 Hello, I'm new here. I'm trying to create a script that will automatically click the button on a web page. The button similar to the image and the html code is below. Is this possible using AutoIT? <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=3><TR> <TD> 1 <TD><INPUT TYPE="submit" NAME="do_button" VALUE="2"> <TD><INPUT TYPE="submit" NAME="do_button" VALUE="3"> <TD><INPUT TYPE="submit" NAME="do_button" VALUE="4"> <TD><INPUT TYPE="submit" NAME="do_button" VALUE="5"> <TD><INPUT TYPE="submit" NAME="do_button" VALUE="6"> <TD><INPUT TYPE="submit" NAME="do_button" VALUE="7">
PsaltyDS Posted May 19, 2010 Posted May 19, 2010 Look at the example scripts in the help file under the _IE* functions, especially _IEAction() with "click". 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