[request] javascript

pholada

Newbie
Joined
Jul 10, 2014
Messages
5
Reaction score
0
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:
Please, add me on skype (i add you now). i want this bro, can you help me?
 
<script>

function mouseClick(url) {
top.location.href = url;
}
</script>
<input type="button" id="btnpost" name="btnpost" value="Post" onclick="return mouseClick('your url');"/>
 
Back
Top