The Browser Object Model
In this lesson, we will learn about the Browser Object Model. Let's begin!
We'll cover the following...
In the previous Chapter, you learned that the ECMAScript specification defines the Document Object Model (DOM) to provide access to the model of the HTML page. Beside DOM, the specification defines another ...