What is the best free ide?
What is createtextnode?
Why is javascript called richer interface?
How do I open a website code?
Name the datatypes of javascript?
What are the ways to emit client-side javascript from server-side code in asp. Net?
What is built in function in javascript?
What is the difference between attributes and property?
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?
How can you declare a class in javascript?
How to disable an html object ?
What is the difference between undeclared & undefined?
What is a scope in javascript?
What is console.log()?