What happens when the recursion calling is applied on two functions?
What is the difference of "settimeout" function and setinterval functions in javascript
If we want to return the character from a specific index which method is used?
List few difference between java and javascript?
Explain typecasting in javascript?
How can you create an Object in JavaScript?
What is the use of window object?
How do you convert numbers between different bases in JavaScript?
4 Answers College School Exams Tests, Satyam, UIST, Wipro,
How to define a named function in JavScript?
What are global variables in javascript?
What will be the output of the following code? //nfe (named function expression) var Foo = Function Bar() { return 7; }; typeof Bar();
How to create scale in P info
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