I need to generate unique random number to show into the text box value and also perform insert,delete,u pdate operation using java script. I need your solution which is better way using mysql or java script.? I'm trying java script and facing problem i could not show unique id.?
java script code:
java script code:
Code:
document.getElementbyId("random").value=Math.floor(Math.random()*10);
Comment