JohnOne Posted July 31, 2010 Posted July 31, 2010 (edited) I'm having trouble getting this function working for me. $oIE = _IE_Example ("basic") Sleep(1000) _IEFormImageClick ($oIE, "http://www.autoitscript.com/images/autoit_6_240x100.jpg")error warning IE.au3 V2.4-0 Warning from function _IEFormImageClick, $_IEStatus_NoMatch Same with this $oIE = _IE_Example ("basic") Sleep(5000) _IEFormImageClick ($oIE, "AutoIt Homepage Image","alt") From IE.au3 "<a href='http://www.autoitscript.com'><img src='http://www.autoitscript.com/images/autoit_6_240x100.jpg' name='AutoItImage' alt='AutoIt Homepage Image'></a>" Am I using this function incorrectly? Edited July 31, 2010 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
StandardUser Posted July 31, 2010 Posted July 31, 2010 (edited) Use _IEImgClick instead of _IEFormImageclick in this case, as _IEFormImageclick only clicks an <input type=image>. Edited July 31, 2010 by 871
JohnOne Posted July 31, 2010 Author Posted July 31, 2010 Great. Thanks. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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