What is === in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of debugger keyword in javascript?
Is jquery easier than javascript?
How to import all exports of a file as an object.
Describe what u had done today?
How to detect the OS on the client machine in JavaScript?
find the common prime divisors of two given numbers
What is the purpose of using javascript?
What are the boolean operators supported by javascript? And operator: &&
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
why is java platform indipedence
How can you detect the client operating system using javascript?
What does "1"+2+3 evaluate to?