Summary

So that’s it! We’ve worked through a tremendous amount of material in this chapter, but at least we’ve covered the object model thoroughly. You should now have a deep enough understanding to understand the detailed examples in the next chapter, and to know when and how to use the object model in your own client-side programming.

The main points of the chapter are:

In the next chapter, you'll stop thinking about the browser as something separate from the server. Instead, as in a true client/server situation, you'll start to think about the actual combination of the ability to create dynamic web pages on the server, while executing code on the client as well. For this, you need to be comfortable with how the browser can handle script that is sent from our Active Server Pages on the server in the first place. We'll show you how this works out in practice. We’ll talk about using new objects, and show you many real-world examples of how client-side code can help to share the processing load.