Friday, November 5, 2010

Ajax

1. Asynchronous applications make requests using a JavaScript Object, and not a form submit
2. your request and response are handled by the web browser, not directly by your JavaScript code.
3. Once the web browser gets a response to your asynchronous request, it will 'call back' your JavaScript with the server's response.

No comments:

Post a Comment