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
No Answer is Posted For this Question
Be the First to Post Answer
What is local scope in javascript?
How does javascript work?
How do you declare javascript?
What is the real name of JavaScript?
How can a particular frame be targeted, from a hyperlink, in javascript?
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
How to calculate fibonacci numbers in javascript?
What are the variable naming conventions in javascript?
How to read a cookie using javascript?
How to add buttons in javascript?
How to create a function in javascript?
List out the Mouse Events?