what is BOM
- the capability to pop up new browser windows
- the capability to move, resize, and close browser windowns
- the
navigator
object, which provides detailed information about the browser - the
location
object, which gives detailed information about the page loaded in the browser - the
screen
object, which gives detailed information about the user's screen resolution - support for cookies
- custom objects such as
XMLHttpRequest
and IE'sActiveXObject
document.cookie
: access all cookies in string.