What does e mean in a function?
No Answer is Posted For this Question
Be the First to Post Answer
Is javascript insecure?
How to toggle display an html element?
What are the data types available in javascript? Explain
just for testing
why can't we call a static method from a non-static method
Why global variables are bad javascript?
What is the microsoft version of javascript?
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 javascript dangerous?
what is a dataset
all possible test cases for normal number field,name field date field,check box,
What is meaning of === in javascript?