The code I wrote is a JQuery plug in but should work for any AJAX calls even if not in JQuery code. First, if you are not familiar with basic AJAX functionality, it’s all based around the XMLHttpRequest object. I suggest you read W3Schools and Mozilla’s descriptions. Lets look ...