why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / dsf
Java script is used for client side validations.it runs in
the client system.the main advantage of using Java script is
to reduce the network traffic.js cant be used in server side.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are the basic groups of dataypes in JavaScript?
How to create a confirmation box?
How do you check if a variable is an object
Explain typecasting in javascript?
Do you need to declare variables in javascript?
What is the function of deferred scripts?
hi i want validations for two drop down lists. when user enter to second list by skipping first list alert box should appear.