Get Started. It's Free
or sign up with your email address
BOM by Mind Map: BOM

1. Window

1.1. Navigator

1.1.1. Properties and Methods

1.1.1.1. appName

1.1.1.2. appVersion

1.1.1.3. language

1.1.1.4. cookieEnabled

1.1.1.5. platform

1.2. Screen

1.2.1. Properties and Methods

1.2.1.1. availHeight

1.2.1.2. availWidth

1.2.1.3. colorDepth

1.2.1.4. pixelDepth

1.2.1.5. height

1.2.1.6. width

1.3. History

1.3.1. Properties

1.3.1.1. length

1.3.2. Methods

1.3.2.1. back()

1.3.2.2. forward()

1.3.2.3. go()

1.4. Location

1.4.1. Properties

1.4.1.1. href

1.4.1.2. protocol

1.4.1.3. hostname

1.4.1.4. port

1.4.1.5. pathname

1.4.2. Methods

1.4.2.1. replace(url)

1.4.2.2. reload()

1.4.2.3. assign(url)

1.5. Document

1.5.1. Anchor

1.5.2. Form

1.5.2.1. Button

1.5.2.2. Checkbox

1.5.2.3. Input

1.5.2.4. Radio

1.5.2.5. Reset

1.5.2.6. Select

1.5.2.7. Submit

1.5.2.8. Textarea

1.5.3. Image

1.5.4. Link

1.5.5. Style

1.5.6. Tag

1.6. Frame

1.6.1. Document

1.7. Event

1.8. Another Properties

1.8.1. Name --> window.name

1.8.2. Default Statues --> window.defaultStatus=" "

1.8.3. Status --> window.status=""

1.8.4. Statusbar --> window.statusbar=0 or 1

1.8.5. Closed --> window.closed

1.9. Window Methods

1.9.1. alert()

1.9.2. confirm()

1.9.3. prompt()

1.9.4. createPopup()

1.9.5. open()

1.9.6. close()

1.9.7. focus()

1.9.8. moveTo(h,v)

1.9.9. moveBy(h,v)

1.9.10. resizeTo(h,v)

1.9.11. resizeBy(h,v)

1.9.12. scrollTo(h,v)

1.9.13. scrollBy(h,v)

1.9.14. print()

1.9.15. setInterval()

1.9.16. clearInterval()

1.9.17. setTimeout()

1.9.18. clearTimeout()