What is stack queue?
No Answer is Posted For this Question
Be the First to Post Answer
What is a boolean in javascript?
What is isnan in javascript?
What are the four basic data structures in javascript?
What is lazy instantiation in java?
What is the scope of a function?
How to write a comment in javascript?
What are parameters in javascript?
what is a dataset
What is the difference between undefined and object?
What is the use of type of operator?
Why jquery is used instead of javascript?
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