why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / jithesh.p
javascript can be used to write both clientside and server
side applications
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
What can I build with javascript?
What is Unobtrusive JavaScript & Why it's Important?
Explain the steps for connecting the system to Internet.
How do you organize your JavaScript code?
What is difference between arrow function and normal function?
Explain javascript accessors ?
Is javascript harmful?
Can an anonymous function be assigned to a variable?
What are the application of javascript?
Does javascript support automatic type conversion?
List some of the disadvantages of javascript.
Is javascript hard to learn?
What is the difference between remove() and removeChild()?
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 javascript object oriented?