How to create XMLHttpRequest Object

May 18, 2010 by satz  
Filed under Ajax, Scripts

Creating XMLHttpRequest Objects is one of the most important intial steps in making an ajax request. This article is on how to create an XMLHttpRequest Object. Learn more about the XHR Object. Read more

Simple Ajax form tutorial – submit form using Ajax

March 7, 2010 by satz  
Filed under Ajax, Scripts

This article briefly explains how to submit HTML  form using AJAX. This article is intended for  Ajax beginners. The word AJAX is the short form of   asynchronous JavaScript and XML. Ajax is widely used in  modern websites, web applications, etc. In this article, we assume the  basic knowledge of javaScript and HTML. Read more