AJAX/Javascripts

AJAX also known as Asynchronous and JavaScript and XML. You can get data from the server without actually refreshing the current page. It is not a programming language instead a structure in getting data in the client side. Data retrieve using the XMLHttpRequest.


This section will provide you an example of Ajax and JavaScript functions.