JavaScriptProgramming

AJAX

AJAX is a new approach to interactive web applications, basically involving using JavaScript that queries back to the server (without refreshing the whole page) using XMLHttpRequest. I had seen this term a few weeks ago and then...