Hi I want to know, What is difference between JavaScript and Ajax? What is best for Scripting language? Munni
There is none Ajax is Javascript It s just a catch phrase describing the use of javascript to talk to the server without having to reload the current page.
JavaScript is a client-side script, used to control a web page at the client side once it has downloaded. The validations in case of JavaScript will be handled particularly on client’s browser and no server side requests will be handled. AJAX allows JavaScript to communicate with the remote script and receive the response from the server, without the need to reload the entire page. JavaScript is the base on which Ajax works.
they are not different, AJAX is not a scripting language Javascript is. in order for you to use AJAX you need to learn javascript
AJAX is not different from Javascript.Like , a child can't be differentiated by a mother.AJAX is a acronym for 'Asynchronous Javascript And XML'.AJAX is a new approach towards page reloading.If you want a specific book , you will purchase that bookand not the whole book store.Similarly if you want a small part of the data in a web page , you will not go for whole page reload, you woould preferto get the data you want.
with ajax you can communicate with your server without redirecting or sending a form just to update your site..
Nobody forced you to use it. Anyway, what you were asking declared that you know nothing about javascript, as well as ajax. This thread is meaningless, waste of forum resource.
The most straight-forward answer is "Ajax is used so that you can load data from a server without having to refresh the website. So for example if you are logged into your g-mail inbox when you receive a new e-mail it will automatically be displayed in your inbox without you having to refresh the page to see the new e-mail."
Javascript is a client side scripting language. Ajax is a soap to wash with. You don't need to use Ajax. You can wash your hands with Ivory, Dial, or any other soap that turns you on.