How to access the value of a textbox using javascript?
Are all javascript variables global?
What is null in javascript?
If you need to hide the javascript code from the older browser versions, how will you perform it?
How javascript sort function works?
what is difference between client side scripting and server side scripting?
since are functions need to create a webpage is available in dhtml& html. then why we are going for javascript
How can I define an array in JavaScript?
4 Answers Accenture, Exevo, OM IT Solutions,
What are the advantages of using external javascript?
What are the three core languages in web pages?
Why is my javascript function not defined?
What is a module code?
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