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
How to add a new property in existing function javascript?
Why is javascript so popular?
What is the difference between java & javascript?
What are the characteristics of javascript ‘strict mode’?
Which keyword is used to print the text in the screen?
How will you get the checkbox status whether it is checked or not?
What does triple dot mean?
Can you explain the difference between call and apply?
What are the Non-primitive data types in JavaScript?
Write a program to exaplain the deferred scripts using event handlers in javascript.
How to get inner html of an element in javascript?
What are the javascript objects?
What is the use of javascript?
What is a function callback?