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 create array in JavaScript?
What are self Executing Functions?
Is array an object javascript?
why can't we call a static method from a non-static method
How you will add function as a property in a javascript object? Give an example.
Which is best for front end?
What is the difference between ‘var’ and ‘let’ keyword?
What is javascript used for on iphone?
What makes a relation a function?
What is enum data type?
What is the similarity between the 1st and 2nd statement?
What is the data type of variables of in javascript?