pasqualeluciano Posted May 6, 2013 Posted May 6, 2013 i have a problem with this code html<form name="bollettinopremarcatoonlineFilterForm" method="POST" action="/bpiol/bollettinopremarcatoonline_filter.do" onsubmit="disableButton('bollettinopremarcatoonlineFilterForm');"><div><input type="hidden" name="org.apache.struts.taglib.html.TOKEN" value="6931b4bf0c9551fa70b4c88a365c5ac3"></div><input type="hidden" name="method" value="init"> <TABLE><TR><TD><input type="button" name="" value="Spedisci" onclick="selectSubmitWithDisable('bollettinopremarcatoonlineInsertionForm', 'bollettinopremarcatoonlineFilterForm')" class="button"></TD><TD><input type="button" name="" value="Memorizza" onclick="selectMethodWithDisable('insert', 'bollettinopremarcatoonlineFilterForm', 'bollettinopremarcatoonlineInsertionForm');" class="button"></TD><TD><input type="submit" name="" value="Annulla" class="button"></TD></TR></TABLE></form>I can not invoke the button with value "Memorizza" to allow advancement of the page HELP ME
Artisan Posted May 10, 2013 Posted May 10, 2013 It sounds like you want to use AutoIt to navigate a webpage. And it's not just a simple click-the-link as the link calls some js. The simplest way is likely to navigate the mouse to the link and click on it. Get into the help file and lookup the following functions: - WinActivate (to get the window you want) - PixelSearch and PixelGetColor (find the button) - MouseClick (click it) That should get you started anyway. Welcome to the forum, and let us know how it goes.
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