Where are cookies actually stored on the hard disk?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of document object?
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 do you name a variable in javascript?
What is javascript namespacing?
What are the different types of errors available in javascript?
How to reload a page using JavaScript?
What are the ways to define a variable in javascript?
How to define a named function in JavScript?
How to write html code dynamically using JavaScript?
How do you write a comment in javascript?
What is the use of debugger keyword in javascript?
How many days it will take to learn javascript?