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
Describe javascript and vbscript.
How much do javascript programmers make?
What are exports and imports?
what is the extension of java script.
What is negative infinity?
What’s a way to append a value to an array?
Can you use javascript to hack?
How to test PAGE LOAD TIME, RELOAD THE PAGE, CAPTURE THE URL'S , TEST THE PIXALS please please above all these how to test as a tester
What is call(), apply(), and bind()?
How to convert numbers to strings using javascript?
What is viewstate in javascript?
How do you declare a variable in javascript?