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

Post New Answer

More JavaScript Interview Questions

How many days it will take to learn javascript?

0 Answers  


What is client side in javascript?

0 Answers  


Which software is used for javascript?

0 Answers  


What is Date object in JavaScript?

0 Answers  


Are java and javascript the same?

0 Answers  






How to access the value of a textbox using javascript?

0 Answers  


How do I open javascript?

0 Answers  


What is decodeuri(), encodeuri() in javascript?

0 Answers  


What do you mean by enumeration?

0 Answers  


how to activate and deactivate the constraint with all the default values

0 Answers  


What is the potential disadvantage of using a sticky session?

0 Answers  


What do ellipses mean in javascript?

0 Answers  


Categories