Which parameter of load ()' s callback function has the data?
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 ?
Explain a story about javascript performance problems?
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 go next field without filling the text? Which function should we use?
What are the basic groups of dataypes in JavaScript?
What is the difference between the operators '==' and '==='?
What is meant by vanilla javascript?
What are the ways to define a variable in javascript?
What is the difference between window.onload and ondocumentready?
Explain javascript accessors ?
Can any one tell me how Java is purely an Oops language
Can you tell me how to send email using javascript?