The JavaScript Diaries: Part 10
There are four objects that provide information about the environment of the user's system. They belong to the window object: navigator, screen, history and location. These objects are used to obtain information such as screen size and resolution, color depth of the monitor, limited information on the browser history, and the URL. In addition, information such as the user's operating system, including the browser type, version and language can also be obtained. In this installment, we'll look at objects, their related properties and methods. We'll delve deeper into them when we use them later in our study.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.