Is javascript harmful?
No Answer is Posted For this Question
Be the First to Post Answer
program showing string concatenation?
Is javascript a highly secure scripting language?
Why is javascript so popular?
What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?
What are parameters in 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
What are global variables? How are these variable declared and what are the problems associated with using them?
What are the javascript data types?
What is variables in javascript?
Why is javascript good for websites?
Which is faster jquery or javascript?
What are javascript functions?