Hi, im a n00b at javascript. I am trying to create a simple test to make sure the user is human and not a bot.
so what i did was
<script language=javascript>
var check
var check2
check= (Math.random());
check2= (Math.round(check*100000));
document.write(check2);
</script>
I then created a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.