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 to get an element by class in javascript ?
How to have an element invoke a javascript on selection, instead of going to a new url?
How to use "join()" to create a string from an array using javascript?
Is javascript faster than asp script?
What is the difference between let, const, and var?
What are the ways to define a variable in javascript?
How do I install javascript?
how to get no of items from from weblist?
What is the difference between innerhtml & innertext?
how to run the servlet in tomcat
What is local scope in javascript?
What is createtextnode?