
This is my first script so I apologize if I am wasting anyone's time. This is the button I am trying to target:ĭ = "setMachineReset.cgi" I tried doing _IEAction($oIE, "button title") but it keeps telling me there was no match. Yes you are correct, that button is tied to a Java function. Maybe you need _IEAction as described in the remarks.

"For many HTML forms it is not sufficient to use _IEFormSubmit() because there is often custom Javascript tied to an onclick event for its Submit button. Please read the remarks in the help file for _IEFormSubmit:
WEB USER EN WEBSYS WEBARCH MAINFRAME CGI WINDOWS 7
I am currently using AutoIt 3 on Windows 7 IE8. _IEFormElementSetValue ($oQuery2, "password example") _IEFormElementSetValue ($oQuer圓, "username example") $oQuer圓 = _IEFormElementGetObjByName ($oForm, "userid") $oQuery2 = _IEFormElementGetObjByName ($oForm, "password") $oQuery1 = _IEFormElementGetObjByName ($oForm, "password_work") $oQuery = _IEFormElementGetObjByName ($oForm, "userid_work") $oForm = _IEFormGetObjByName ($oIE, "form1")

_IENavigate ($oIE, " & $printer &"/web/guest/en/websys/webArch/authForm.cgi") $oIE = _IECreate( " & $printer & "/web/guest/en/websys/webArch/mainFrame.cgi") I am not concerned with the FOR LOOP function at the moment (notice it's commented out) and the reason I have two user id and passwords is because of a hidden base64 value in the form.įor $i = 1 to $myArray & & $i = 1 to $myArray Here are the elements I am currently working with on the form. It inputs the crdentials but It doesnt submit the form and I receive no error. I want to simply open IE, navigate to a webpage, enter in my credentials, hit submit then loop. Hello, I am in the process of writing my first script so I am still pretty green.
