What are the limitations of javascript?
Is JavaScript case sensitive? Give an example?
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
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.
How host objects are different from native objects in javascript?
What are the different objects used in javascripts?
How to get the primitive value of a string in Javascript?
How to reload the current page?
How to modify the url of the page without reloading the page?
Can you tell me how to send email using javascript?
Program to return the address family of a socket
How to create scale in P info
How to determine the state of a checkbox using javascript?