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
How can the style/class of an element be changed?
Where can I learn javascript?
How do you create a new object in JavaScript?
What are all the looping structures in javascript?
Define escape() function?
What is a Promise in JavaScript?
What is this? Var myarray = [[[]]];
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
How to call a function inside a function in javascript?
What is an undefined value in JavaScript?
What is webassembly good for?
What is lazy loading in javascript?