How to add buttons in javascript?
If we want to return the character from a specific index which method is used?
Write the point of difference between web-garden and a web-farm?
How to create a function in javascript?
What is design pattern in javascript? Explain
Between JavaScript and an ASP script, which is faster?
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
Name the different types of pop up boxes in Javascript?
How to convert a string to lowercase?
What is this? Var myarray = [[[]]];
What are the different functional component in javascript?
How compare function works javascript?
Which built-in method returns the string representation of the number’s value?