I have this:
function OpenVote(id, stemme) {
var postThis = 'infoaboutvote.php?id='+id+'&stemme='+stemme;
}
and this:
<script type="text/javascript">
OpenVote(10, CripO);
</script>
Why have i done wrong? as you see i want 10 to be "id" and CripO to be "stemme"