JavaScript Browser Objects Examples
Use JavaScript to access and control browser object instances.
Window object
A confirmation box pops up and reminds visitors what they clicked
Use setTimeout() and clearTimeout() to set and stop the timer
Use setInterval() and clearInterval() to set and stop the timer
More examples of Window objects are in our JavaScript reference manual .
Navigator object
More examples of Navigator objects are in our JavaScript reference manual .
Screen object
More examples of Screen objects are in our JavaScript reference manual .
History object
More examples of History objects are in our JavaScript reference manual .
Location object
More Location object examples are in our JavaScript reference manual .