What are the limitations of javascript?


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

Post New Answer

More JavaScript Interview Questions

Is JavaScript case sensitive? Give an example?

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  


When selecting the states by giving the country as input using ajax cal, how can we ensure that every time it is hitting the DB and fetching the data? Many time it may load from the cache.

1 Answers   CTS, GE,


How host objects are different from native objects in javascript?

0 Answers  


What are the different objects used in javascripts?

0 Answers  


How to get the primitive value of a string in Javascript?

0 Answers  


How to reload the current page?

0 Answers  


How to modify the url of the page without reloading the page?

0 Answers  


Can you tell me how to send email using javascript?

2 Answers  


Program to return the address family of a socket

0 Answers  


How to create scale in P info

0 Answers   MAHINDRA,


How to determine the state of a checkbox using javascript?

0 Answers  


Categories