TulipTools Internet Business Owners and Online Sellers Community

Full Version: Introduction to Developing Web Applications with Ajax
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:How often have you found yourself filling out a web form requiring umpteen fields to be specified which, when you submit the form, returns the message, “Invalid input” or “Field value not valid”?

Asynchronous JavaScript And XML (AJAX) provides a method for the completion and validation of web forms. It’s a web technique for developing asynchronous web applications using JavaScript, Document Object Mode (DOM) and XMLHttpRequest technologies. AJAX provides dynamic interaction between a client and a server and has various applications, such as:

    * Dynamic Form Data Validation...
    * Auto-completion...
    * Refreshing data on a page...

part 1: http://www.regdeveloper.co.uk/2006/06/09..._tutorial/
part 2: http://www.regdeveloper.co.uk/2006/06/20...ial_part2/