The BOM (Browser Object Model) is a collection of objects that give us access to the browser and the computer screen. These objects are accessible through the global objects window
and window.screen
.
Javascript Browser Objects |
---|
window |
window.navigator |
window.location |
window.history |
window.frames |
window.screen |
window.open() |
window.close() |
window.moveTo() |
window.resizeTo() |
window.alert() |
window.prompt() |
window.confirm() |
window.setTimeOut() |
window.setInterval() |
window.document |
Below are some of the objects which is used to access the browser.