Can you explain the difference between == and ===?
No Answer is Posted For this Question
Be the First to Post Answer
different between web server and application server
How to load another html page from javascript?
What are different types of inheritence? Which inheritance is followed in javascript.
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
Explain the unshift() method ?
What is postback in javascript?
What are the different functional component in javascript?
In javascript what is an argument object?
Name some of the ways in which Type Conversion is possible?
What is Number object in JavaScript?
What is asynchronous javascript?
How to create a confirmation box?