Where are cookies actually stored on the hard disk?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is the use of document object?

0 Answers  


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

0 Answers  


How do you name a variable in javascript?

0 Answers  


What is javascript namespacing?

0 Answers  


What are the different types of errors available in javascript?

0 Answers  






How to reload a page using JavaScript?

0 Answers  


What are the ways to define a variable in javascript?

0 Answers  


How to define a named function in JavScript?

0 Answers  


How to write html code dynamically using JavaScript?

0 Answers  


How do you write a comment in javascript?

0 Answers  


What is the use of debugger keyword in javascript?

0 Answers  


How many days it will take to learn javascript?

0 Answers  


Categories