Which built-in method returns the calling string value converted to upper case?
No Answer is Posted For this Question
Be the First to Post Answer
How to set the cursor to wait in JavaScript?
List few difference between java and javascript?
What is camelcase in programming?
what is flux in javascript?
What are the seven data types of javascript?
How to hide javascript code from old browsers that dont run it?
what is a dataset
How to get the contents of an input box using javascript?
whether javascript runs on client side or server-side?
What data types are supported in Javascript?
What is the purpose of using 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