
This chapter introduces you to the XMLHttpRequest object, showing you how to work around its implementation differences between browsers. Create example page requests, both in a synchronous fashion and in an asynchronous fashion. Learn various fallback approaches that you can use if a browser doesn't support XMLHttpRequest, including how to use IFrames and cookies as your communication channel.
|