Why is it called javascript?
No Answer is Posted For this Question
Be the First to Post Answer
Give an example of closure?
How to write a hello world example of javascript?
Why is javascript called richer interface?
Can I write javascript in notepad?
What is stack queue?
Which software is used for 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 java better than javascript?
Example of using regular expressions for syntax checking in javascript?
Is javascript array dynamic?
What are the various functional components in javascript?
How to hide javascript code from old browsers that dont run it?