codenewbie 0 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"> Share this post Link to post Share on other sites
PsaltyDS 39 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 Share this post Link to post Share on other sites