1. Home
  2. Computing & Technology
  3. JavaScript
Stephen Chapman
Stephen's JavaScript Blog

By Stephen Chapman, About.com Guide to JavaScript

The Browser Object Model

Monday September 29, 2008
The part of JavaScript that does not have a standard is the Browser Object Model

We'll take a break from looking at Google Maps on Mondays for a while and instead look at the Browser Object Model. This is the part of JavaScript that handles interactions with the browser itself (and even beyond the browser in some cases). This is the most browser specific part of the JavaScript language because it doesn't have any recognised standards the way that the core and DOM parts of the language do. For the most part browsers have implemented the same things in their browser object model and where they haven't we can use feature sensing to work out which implementation the current browser uses. A lot of what the BOM does make available is not as useful as it might at first appear. though.

The Browser Object Model
Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Discuss
Readers Respond
Nominate an Unusual JavaScript
Add Your Response

Recent Blog Posts
Explore JavaScript
About.com Special Features

The Best Web Trends of the Decade

A look back at the best innovations, ideas and technologies over the last 10 years, More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. JavaScript

©2010 About.com, a part of The New York Times Company.

All rights reserved.