JavaScript and DHTML Wizardry
Putting the pieces together
Dot syntax
Objects and their properties
cat.paws.front.left
window.status
Objects and their methods
cat.purr()
document.write()
forms.elements.radio.click()