November 2014
Beginner
500 pages
9h 20m
English
The window object represents the browser window
that contains a web page. It is also used to represent the global object in
a browser environment.
In this chapter, we’ll cover these topics:
the Browser Object Model
finding out browser information
browser history
controlling windows
cookies
timing functions
Our project ― using cookies to welcome back the user
The Browser Object Model (or BOM for short) is a collection of properties and methods that contain information about the browser and computer screen. For example, we can find out which browser the users are utilising (though, this method is unreliable), the dimensions of their screens, and which pages they have visited before the ...
Read now
Unlock full access