$(document).ready(function(){ var x=document.getElementById("demo") x.innerHTML=Math.floor((Math.random()*52)*01087); }); function valid(){ var x=document.getElementById("demo"); var y=document.getElementById("txtcode"); if(x==y) {alert("ok"); return false; } else {alert("nok"); return false; } }
var x=document.getElementById("demo").value; var y=document.getElementById("txtcode").value;
var value = parseInt(valueToConvert);
var value= parseFloat(valueToConvert);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)