Good AJAX: An Example
A good example of using AJAX to create effective page-area updates is found on E-Trade's stock quote pages. Each page shows a chart of a stock's price over time. Users can change the time-interval's length (say, from three months to one year) by clicking simple links. Appropriately, such clicks update the chart, but not the rest of the page, which contains other information about the stock. This partial updating works because it appears right next to the click zone and is a clear consequence of the user's action.
