I am writing a single web application using XUL. In this Iam using the AJAX XMLHttpRequest object to send a request to the server. When I use a GPRS connection to send a request to the server from my web application, the request is not executed, but readyState has changed to 4 and status = 0. If the request does not exit, how does the ReadyState parameter change.
The same code works fine on the local network. If I send a request to the server from the browser using GPRS, it works fine. Can any body help me in solving this problem.
Thanks at Advance.
A srinivas
source share