Getting Started With AJAX
November 19, 2008 Paul Tuohy
In this article, we will see how AJAX works by looking at a simple example of using AJAX to retrieve the description (from the server) for a code entered on a Web page. Remember one of the main benefits of AJAX is that communication between the Web page and the server is asynchronous. This means that the Web page may be updated with information from the server without the user having to click any submit button. An Example Figure 1 shows the Web page initially displayed to the user, and it also shows the contents of the page after the |