d0n 0 Report post 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> Share this post Link to post Share on other sites
Thatsgreat2345 0 Report post Posted September 1, 2006 theres 3 which one od you want to click ok1 , 2 or 3? Share this post Link to post Share on other sites
d0n 0 Report post Posted September 1, 2006 that is all from 1 button, which is why i dont know how to click it Share this post Link to post Share on other sites
ZoneX 0 Report post 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 Share this post Link to post Share on other sites
big_daddy 18 Report post Posted September 1, 2006 @d0n - Can you provide a link to the page this image is on. Share this post Link to post Share on other sites
d0n 0 Report post Posted September 1, 2006 i donno about a link but the source code yes, because you have to login to see that button Share this post Link to post Share on other sites
big_daddy 18 Report post 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. Share this post Link to post Share on other sites
d0n 0 Report post 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> Share this post Link to post Share on other sites
big_daddy 18 Report post Posted September 1, 2006 Try this. #include <IE.au3> $sURL = "Your Webpage" $oIE = _IECreate ($sURL) _IEFormImageClick ($oIE, "img/en/b/ok1.gif") Share this post Link to post Share on other sites
d0n 0 Report post Posted September 1, 2006 works, i thought u had to put the "src" thing in the end? Share this post Link to post Share on other sites
big_daddy 18 Report post 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 Share this post Link to post Share on other sites
d0n 0 Report post Posted September 1, 2006 oh, thanks Share this post Link to post Share on other sites