Explain the for-in loop?
No Answer is Posted For this Question
Be the First to Post Answer
What are the properties of stack?
What is the difference between the substr() and substring() functions in javascript?
Is it possible make a call to server side event of any button using javascript?
Is a javascript script faster than an asp script?
What is undefined value means in javascript?
How many types of data types are there?
What happens when the recursion calling is applied on two functions?
Can I learn javascript without knowing java?
What is the use of a set object in javascript?
Advantages & Disadvavtages of Java Script? Advantages & Disadvantages of CGI Scripting? Structure of Java Script? Commands of Java Script? HTML Basic Reviews?
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
What is jscript used for?