What are the different actions that are performed using javascript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is javascript and how it works?

0 Answers  


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

0 Answers  


What is a module in javascript?

0 Answers  


What is the potential disadvantage of using a sticky session?

0 Answers  


Why it is not advised to use innerhtml in javascript?

0 Answers  


What does isNaN function do?

2 Answers   Satyam,


What is lazy loading java?

0 Answers  


In a pop-up browser window, how do you refer to the main browser window that opened it?

0 Answers  


what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";

0 Answers  


What are the benefits of learning javascript?

0 Answers  


What is difference between local and global scope in javascript ?

0 Answers  


What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?

0 Answers  


Categories