Specifications
The Dreamweaver Document Object Model 43
all tags/elements nodeType •
parentNode •
childNodes •
tagName •
attributes by name
innerHTML
outerHTML
getAttribute()
setAttribute()
removeAttribute()
getElementsByTagName()
hasChildNodes()
form In addition to the properties
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
available for all tags:
visibility
left
top
width
height
zIndex
Only those methods available
to all tags.
None
image In addition to the properties
available for all tags:
src
Only those methods available
to all tags.
onMouseOver
onMouseOut
onMouseDown
onMouseUp
button
reset
submit
In addition to the properties
available for all tags:
form •
In addition to the methods
available for all tags:
blur()
focus()
onClick
checkbox
radio
In addition to the properties
available for all tags:
checked
form •
In addition to the methods
available for all tags:
blur()
focus()
onClick
password
text
file
hidden
image (field)
textarea
In addition to the properties
available for all tags:
form •
value
In addition to the methods
available for all tags:
blur()
focus()
select()
onBlur
onFocus
select In addition to the properties
available for all tags:
form •
options • (an array of
option objects)
selectedIndex
In addition to the methods
available for all tags:
blur() (Windows only)
focus() (Windows only)
onBlur (Windows
only)
onChange
onFocus
(Windows only)
option In addition to the properties
available for all tags:
text
Only those methods available
to all tags.
None
Object Properties Methods Events