Why extending array is bad idea?
How can you detect the client operating system using javascript?
How do I enable cookies safari?
What is escape() function?
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 to read a cookie using javascript?
What is the use of a boolean object in javascript?
What is the function of deferred scripts?
what is the extension of java script.
What is the context in javascript?
What can I build with javascript?
What is question mark in javascript?
What are the properties of stack?