d0n Posted September 1, 2006 Posted September 1, 2006 I donno how to click this image <p><input value="ok" name="s1" src="img/en/b/ok1.gif" onmousedown="btm1('s1','','img/en/b/ok2.gif',1)" onmouseover="btm1('s1','','img/en/b/ok3.gif',1)" onmouseup="btm0()" onmouseout="btm0()" border="0" height="20" type="image" width="50"></p>
Thatsgreat2345 Posted September 1, 2006 Posted September 1, 2006 theres 3 which one od you want to click ok1 , 2 or 3?
d0n Posted September 1, 2006 Author Posted September 1, 2006 that is all from 1 button, which is why i dont know how to click it
ZoneX Posted September 1, 2006 Posted September 1, 2006 (edited) <p><input value="ok" name="s1" src="img/en/b/ok1.gif" onmousedown="btm1('s1','','img/en/b/ok2.gif',1)" onmouseover="btm1('s1','','img/en/b/ok3.gif',1)" onmouseup="btm0()" onmouseout="btm0()" border="0" height="20" type="button" width="50"></p> Edited September 1, 2006 by ZoneX
Moderators big_daddy Posted September 1, 2006 Moderators Posted September 1, 2006 @d0n - Can you provide a link to the page this image is on.
d0n Posted September 1, 2006 Author Posted September 1, 2006 i donno about a link but the source code yes, because you have to login to see that button
Moderators big_daddy Posted September 1, 2006 Moderators Posted September 1, 2006 i donno about a link but the source code yes, because you have to login to see that buttonThe source will work.
d0n Posted September 1, 2006 Author Posted September 1, 2006 The full code of the page is there and the button is here <p><input value="ok" name="s1" src="img/en/b/ok1.gif" onmousedown="btm1('s1','','img/en/b/ok2.gif',1)" onmouseover="btm1('s1','','img/en/b/ok3.gif',1)" onmouseup="btm0()" onmouseout="btm0()" border="0" height="20" type="image" width="50"></p>
Moderators big_daddy Posted September 1, 2006 Moderators Posted September 1, 2006 Try this. #include <IE.au3> $sURL = "Your Webpage" $oIE = _IECreate ($sURL) _IEFormImageClick ($oIE, "img/en/b/ok1.gif")
d0n Posted September 1, 2006 Author Posted September 1, 2006 works, i thought u had to put the "src" thing in the end?
Moderators big_daddy Posted September 1, 2006 Moderators Posted September 1, 2006 (edited) in the end??? Look at the help file for the parameters. Edit: Your Welcome Edited September 1, 2006 by big_daddy
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