We all are aware of Ajax, if someone still wants to learn ajax they can refer to Ajax Tutorial. But making normal ajax call is rather straight forward as compared to sequential ajax call, which is often referred to as chaining of ajax call. Here we will be learning on how we can make sequential ajax call.
Read more…
Solving this issue has been an nightmare for me but finally i have achieve it some how, this may be not a full proof solution but it worked for me. This solution also has certain flaws which i also will be discuss in this article.
Read more…
Prototype is the most widely used framework for Ajax Operation. The main advantage of using Prototype Ajax Framework is its simplicity to use, automatically implements cross-browser and it offers bundle of utility function that can be used in your JavaScript code. This article will list down various ways by which you can make Ajax call using Prototype Framework. This tutorial does not go into detailed implementation but shows you how we can do basic Ajax Call using Prototype Ajax Framework.
Read more…
In Java World Servlets are popularly used for Model View Controller(MVC) Design Pattern. This article will guide you on writing AJAX based application that will post data to Servlet and will fetching the computed data from the Servlet. With this approach the page will get the updated content from the server without refreshing the jsp/html page.
Read more…
In Java World Servlets are popularly used for Model View Controller (MVC) Design Pattern. This article will guide you on writing AJAX based application for fetching data from the Servlet and showing it on JSP page.
Read more…
This example demonstrates HTTP FORM POST complete HTML form to the server and displaying the response using AJAX.
Read more…
AJAX has become an hot technology with Web2.0 but before starting AJAX Programming developers needs to know some important FAQ on AJAX.
Read more…
This article illustrate on writing AJAX code and how to fetch data from remote server. Here i am calling a remote PHP page using AJAX. Below are the HTML page code followed by the PHP page code and finally provided with the explanation for the code. If you want to test this code online i have also provided with the link to Basic Ajax Demo.
Read more…