P pholada Newbie Joined Jul 10, 2014 Messages 5 Reaction score 0 Aug 26, 2014 #1 Hello. I need code. I want, on the website, with mouse one click (or on the button click), run my Javascript. Example this: goo.gl/2Ke9v9 Can anyone help me? Respect from GEORGIA! (and sorry for my bad english) Last edited: Aug 26, 2014
Hello. I need code. I want, on the website, with mouse one click (or on the button click), run my Javascript. Example this: goo.gl/2Ke9v9 Can anyone help me? Respect from GEORGIA! (and sorry for my bad english)
Bot Solutions Regular Member Joined Aug 19, 2014 Messages 264 Reaction score 458 Aug 26, 2014 #2 Check out my sig OP. I write bots in javascript
P pholada Newbie Joined Jul 10, 2014 Messages 5 Reaction score 0 Aug 26, 2014 Thread Starter Thread Starter #3 Please, add me on skype (i add you now). i want this bro, can you help me?
J journeycoder Newbie Joined Aug 31, 2014 Messages 27 Reaction score 3 Aug 31, 2014 #4 <script> function mouseClick(url) { top.location.href = url; } </script> <input type="button" id="btnpost" name="btnpost" value="Post" onclick="return mouseClick('your url');"/>
<script> function mouseClick(url) { top.location.href = url; } </script> <input type="button" id="btnpost" name="btnpost" value="Post" onclick="return mouseClick('your url');"/>