Is javascript faster than asp script?
No Answer is Posted For this Question
Be the First to Post Answer
How do you round a value in javascript?
What does isNaN function do?
What is number in javascript?
How many types of functions JavaScript supports?
What is constructor?
Are namespaces are there in javascript?
What does double mean in javascript?
What is a module code?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
What is an undefined value in JavaScript?
What’s a way to append a value to an array?
How can I learn javascript fast?