July 2008
Beginner
356 pages
6h 8m
English
We have covered quite a bit in this chapter. You have learned some cross-browser BOM (Browser Object Model) objects:
window object such as navigator, location, history, frames, screensetInterval() and setTimeout(); alert(), confirm(), and prompt(); moveTo/By() and resizeTo/By() Then you learned about the DOM (Document Object Model) as a way to represent an HTML (or XML) document as a tree structure where each tag or text is a node on the tree. You learned how to:
childNodes, firstChild, lastChild, nextSibling, previousSibling getElementsById(), getElementsByTagName(), getElementsByName() innerHTML or innerText/textContent ...Read now
Unlock full access