What is the difference between typeof and instanceof operators in Javascript?
No Answer is Posted For this Question
Be the First to Post Answer
Describe negative infinity in javascript?
What is a function constructor?
How use javascript html?
What are the ways to define a variable in javascript?
What are escape characters?
What is the way to get the status of a CheckBox?
Please write the Code of simple javascript calculator withot eval() function
What is webassembly good for?
Which javascript framework is in demand?
find the common prime divisors of two given numbers
why we use javascript in html ?
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