User Guide
The Dreamweaver DOM 69
document
forms •
(an array of form
objects)
images • (an array of image
objects)
layers • (an array of LAYER,
ILAYER,
and absolutely
positioned
DIV and SPAN
objects)
child
objects by name •
nodeType •
parentNode •
childNodes •
documentElement •
body •
URL •
parentWindow •
getElementsBy TagName()
hasChildNodes()
onLoad
all tags/elements nodeType •
parentNode •
childNodes •
tagName •
attributes by name
innerHTML
outerHTML
getAttribute()
setAttribute()
removeAttribute()
getElementsByTagName()
hasChildNodes()
form
In addition to the properties that
are available for all tags:
tags:elements • (an array of
button, checkbox, password,
radio, reset, select, submit,
text, file, hidden, image,
and textarea objects)
mmcolorbutton
child objects by name •
Only those methods
available to all tags
None
layer
In addition to the properties that
are available for all tags:
visibility
left
top
width
height
zIndex
Only those methods that
are available to all tags
None
image
In addition to the properties that
are available for all tags:
src
Only those methods that
are available to all tags
onMouseOver
onMouseOut
onMouseDown
onMouseUp
button
reset
submit
In addition to the properties that
are available for all tags:
form •
In addition to the methods
that are available for all
tags:
blur()
focus()
onClick
Object Properties Methods Events