Explain calculate distance methods briefly?
all ques. related to accounts?
What is parent scope in angularjs?
What are the differences between mysql vs sql server?
What is etw iis?
Is postgresql a server?
In any industry when recruitment starts.. how many stages..
How to root mirror in linux?
How do you test whether the database is updated as and when an information are added in the front end?give me an example?
What is update locks?
Why was css developed?
In jquery, what is the meaning of toggle?
What are the template files list for development wordpress theme?
What does the voltmeter in ac mode show?
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