September 2024
Beginner to intermediate
985 pages
35h 37m
English
Let’s start by introducing the general properties of the window object for accessing window information, as well as the methods provided by the window object.
To determine the size and position of a browser window, there is a whole set of properties that provide every conceivable dimension (see Figure 8.2). The outerHeight and outerWidth properties represent the height and width of the browser window, including all displayed browser bars. The innerHeight and innerWidth properties, on the other hand, represent the height and width without the browser bars, but including scrollbars.
Figure 8.2 Size and Position Information of a Browser Window ...
Read now
Unlock full access