why you used Java Script? Can it use for both client side
and server side validation purpose?
Answer Posted / raghu
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.for example when we r logging
into our e-mail unexpectedly we have submitted with out
writing our password,then it need not got to server and
check for validation and say u did' t typed u r password.for
that type of validations we use Java script.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to encode and decode a url in javascript?
Who created npm?
What is the difference between == and ===? Which one would you use?
What is the ‘Strict’ mode in JavaScript and how can it be enabled?
How to convert a string to lowercase?
What is design pattern in javascript? Explain
What is an undefined value in JavaScript?
In Java coding we will write a public static void main()? Why won't we write as a static public void main()
How generic objects can be created?
Is javascript or python easier?
What is difference between ajax and javascript?
Is notepad ++ an ide?
What are the variables in javascript?
Is there any class in javascript?
Please write the Code of simple javascript calculator withot eval() function