why AJAX in called asynchronous JAVA script XML ....
plz explian ....
thanx in advance ... if possible plz send me a good link for AJAX tutorial ....
Explain AJAX ...
-
AnthonySE
- Posts: 22
- Joined: Mon Dec 11, 2006 5:51 pm
- Contact:
-
dmjpro
- Posts: 7
- Joined: Mon Mar 05, 2007 1:48 am
- Contact:
-
AnthonySE
- Posts: 22
- Joined: Mon Dec 11, 2006 5:51 pm
- Contact:
My understanding is that it's called asynchronous because you aren't doing a full submit of the form. With standard forms, you'd submit the form which would contact the server, wait for an answer and spit back a response. This usually involved multiple pages or some carefully crafted code, error handling, etc.
With Ajax, everything is happening on the fly and in the background. The data is sent and retrieved, without leaving the page you're on or "waiting".
With Ajax, everything is happening on the fly and in the background. The data is sent and retrieved, without leaving the page you're on or "waiting".
-
dmjpro
- Posts: 7
- Joined: Mon Mar 05, 2007 1:48 am
- Contact:
Who is online
Users browsing this forum: No registered users and 64 guests