Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here’s a simple example of an AJAX interaction:

Image Modified

An AJAX page has presented a form with a Product Description and a Search button. When the user clicks the button, a list of products that contain the description is displayed.

...

  • Removes all the <TR> table rows for a product table is it is displaying on the web page.
  • Reads from the clipboard the list of product numbers, descriptions and quantity on hand values that the AJAX function put there. From this information, it formats a new set of <TR> table rows and displays them to the user.

     Image Modified

Almost all AJAX Page - AJAX function interactions follow this basic flow of control model. What they actually do of course varies widely.

...