Previous Page
Next Page

Chapter 3. Consuming the Sent Data

In this chapter

3.1 Document-Centric Approaches

page 42

3.2 Remote Scripting

page 54

3.3 How to Decide on a Request Type

page 74

3.4 Summary

page 75


There are two main ways you can use the data you receive from XMLHttpRequest or one of the fallback methods: the document-centric approach, and the other is remote scripting. In this chapter, we look at different ways to implement these techniques and use the data we learned to send in the previous chapter.


Previous Page
Next Page