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
To write messages to the screen without using "document.write()"?
Define event bubbling?
Can I learn javascript without html?
What are local variables in javascript?
What is asynchronous javascript?
Why is javascript so popular?
To set all checkboxes to true using javascript?
In javascript chained select menus are available.first select menu is worked and others are disabled.when we select any one option then the next select menu will worked having option releated to selcted in first select menu.How it possible? what is the coading of this programme?
different between web server and application server
How to change video files randomly after completing its execution in Javascript?
What is an undefined value in JavaScript?
What is a function constructor?