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

Answer Posted / arul

Javascript is a client side scripting, which runs in the
browser. Even AJAX runs in the browser and is also a client
side one, which actually is nothing but Javascript. In AJAX
javascript is used to communicate with server side
components or post values to a JSP / ASP or any web page or
any services which can be referred by URL.

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the two functions that are used to create an HTML element dynamically?

489


Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..

1593


What are the types of variables in javascript?

462


What is scope of variable in javascript?

471


What is use of JavaScript and jquery?

556






What is the function of javascript?

500


What is unshift method in JavaScript?

548


How to change style on an element?

540


How to access the value of a textbox using javascript?

476


Explain the term closure?

559


How to convert a string to lowercase?

566


How do I turn off javascript in chrome?

458


What is null in js?

487


How to find operating system in the client machine using javascript?

490


Explain event bubbling and event capturing in javascript?

460