why you used Java Script? Can it use for both client side
and server side validation purpose?

Answer Posted / simarjot

according to m mainly java script is used for create a form
form fill the data and it is server and side validation
purpose .Mainly validation check by client side weather data
is match or not.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is my javascript function not defined?

698


Difference between undefined and undeclared variables?

726


How do I open a .js file?

667


Is there any difference between javascript and jscript?

744


What are math constants and functions using javascript?

724


What are the different types of errors available in javascript?

733


What is the difference between an Anonymous Function and a named function?

748


What is jscript used for?

670


What is the use of blur function in JavaScript?

768


Which keyword is used to print the text in the screen?

849


What's relationship between JavaScript and ECMAScript? And What are JavaScript types?

790


How do I write script-generated content to another window?

719


Can I learn javascript without html?

726


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

3125


What is the default data type in javascript?

706