What are the different actions that are performed using javascript?
What is javascript and how it works?
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 is a module in javascript?
What is the potential disadvantage of using a sticky session?
Why it is not advised to use innerhtml in javascript?
What does isNaN function do?
What is lazy loading java?
In a pop-up browser window, how do you refer to the main browser window that opened it?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
What are the benefits of learning javascript?
What is difference between local and global scope in javascript ?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?