What is design pattern in javascript? Explain
No Answer is Posted For this Question
Be the First to Post Answer
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
How to select an element by id and swapping an image?
How to add behavior to an element using javascript?
How to redirect a page to another page in javascript?
Are Attributes and Property the same?
Why do you need javascript?
What is node ecosystem?
What are the different ways in which we can use the link tag ? Illustrate with an example. Is it possible to link a file with another file on a different file server ? If yes, how ?
What is the function of javascript?
Explain the difference between call() and apply()?
How to embed javascript in a web page?
What is the role of javascript in html?