lovelace2101 Posted July 11, 2014 Posted July 11, 2014 My script : $oIE = ObjCreate("InternetExplorer.Application") $oIE.visible = True $oIE.Navigate("http://imiss.hoakhoi.vn/picture/-le-thi-kieu-oanh.aspx#.U761BPmSwSw") Sleep(5000) $oIE.document.getElementById("ctl00_ctl00_Content_Content_txtEmail").value= "name@gmail.com" $oIE.document.getElementByName("ctl00$ctl00$Content$Content$btnSubmit").click ; But this cript don't auto click button. Can you help me edit ? Thanks,
Moderators JLogan3o13 Posted July 11, 2014 Moderators Posted July 11, 2014 lovelace2101 that looks like the Vote by Email button. Is this correct? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
lovelace2101 Posted July 11, 2014 Author Posted July 11, 2014 no , i'm learnning autoit script. $oSubmit = _IEGetObjByName ($oIE, "ctl00$ctl00$Content$Content$btnSubmit") $oIE = _IEAction ($oSubmit, "click") It's work fine.
Developers Jos Posted July 11, 2014 Developers Posted July 11, 2014 @lovelace2101, It should be clear to you that you should read our forum rules and only post questions that are allowed. Next thread creation or post on this topic will result in a ban. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts