AJAX-Basic
AJAX is Asynchronous JavaScript and XML.It is based on Javascript and HTTP request. Ajax is not a new programming language. But a new way to use existing standards.The main function is updating parts of a web page, without reloading the whole page. AJAX uses asynchronous data transfer (HTTP requests) between the browser and the Web… Read More »