How to get value from dropdown (select) control?
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
Is array a data type in javascript?
What is enum size?
How can I request data from the server without reloading the page in the browser?
can any one tell me the syllebus for java certification
How do I view javascript files in chrome?
What javascript means?
Why is javascript called richer interface?
What is unobtrusive javascript? How to add behavior to an element using javascript?
How to embed javascript in a web page?
How do I open javascript in browser?
How long does it take to get good at javascript?