Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Your Email:

The obligatory 'My Ajax Tutorial' Post

By Chris Kasten
2007-12-13


Summary

User loads up xmlhttp_client.asp and is presented with a single checkbox.
User clicks that checkbox, this firing the onChange event which calls...
... SubmitTest() so it lights up and makes the call to the server.
Server looks up the value in the database, flips the boolean and tosses it into an xml string and ...
... ProcessChangeRequest catches the xml and displays what just happened on/to the client.

Neat-o.



Tutorial Pages:
» AJAX Tutorial
» Summary


 | Bookmark
Related Tutorials:
» Getting Started with AJAX in jQuery
» GWT Basics: AJAX Programming with Java
» AJAX Accessibility for Websites
» AJAX and PHP Form Processing
» A Designer's Guide to Prototyping Ajax
» Ajax Wireframing Approaches