Archive

Posts Tagged ‘AJAX’

How to make sequential ajax call

August 24th, 2010 Hitesh Agrawal No comments

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…

Categories: AJAX, Javascript Tags: ,

Checking Session TimeOut during Ajax Call

December 18th, 2008 Hitesh Agrawal 1 comment

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…

Categories: AJAX Tags:

Ajax Programming using Prototype Framework

December 4th, 2008 Hitesh Agrawal 2 comments

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…

Categories: AJAX Tags:

HTTP Form POST Request using AJAX and Servlet

March 4th, 2008 Hitesh Agrawal 6 comments

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…

Categories: AJAX, Java Tags: ,

Ajax Programming with JSP and Servlets

March 3rd, 2008 Hitesh Agrawal 15 comments

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…

Categories: AJAX, Java Tags: ,

HTTP FORM POST in PHP using AJAX

February 28th, 2008 Hitesh Agrawal 16 comments

This example demonstrates HTTP FORM POST complete HTML form to the server and displaying the response using AJAX.
Read more…

Categories: AJAX, PHP Tags: , ,

FAQ on AJAX Technology

February 18th, 2008 Hitesh Agrawal 3 comments

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…

Categories: AJAX Tags:

AJAX Demo

October 7th, 2007 Hitesh Agrawal No comments

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…

Categories: AJAX Tags: