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 write hello world on the web page?
Explain what is pop()method in JavaScript?
What is the relationship between JavaScript and ECMAScript?
Write a program in Java to display the IP address of the local and remote machine.
0 Answers Annamalai University,
What is prototype in javascript and how do you use it?
What is a “closure” in JavaScript? Provide an example
What are anonymous functions in Javascript?
What are Cookies in Javascript?
What is console.log()?
What is bom?
what is lazy fetching in hibernate
Explain why "self" is needed instead of "this".