reset

The reset object reflects the funcitonality of an Html INPUT tag whose TYPE attribute has been set to 'reset'. The beauty of this form control is that no scripting action is neccessary to reset the form contents - it is an integral part of the browser's specifications.

DOM Reference

Internet Explorer

window.document.formName.elementName
window.document.forms[n].elements[n]
window.document.all.elementID

Netscape Navigator

window.document.formName.elementName
window.document.forms[n].elements[n]

The properties of the reset object are:

accessKey
className
disabled
document
form
id
isTextEdit
lang
language
name
offsetHeight
offsetLeft
offsetParent offsetTop
offsetWidth
outerHtml
outerText
parentElement
parentTextEdit
sourceIndex
style
tabIndex
tagName
title
type
value

The Methods of the reset object are:

blur()
click()
contains()
focus()
getAttribute()
handleEvent()
insertAdjacentHtml()
insertAdjacentText()
removeAttribute()
scrollIntoView()
setAttribute()

The Collections and Arrays for the reset object are:

all [ ]
chilrdren [ ]
filters [ ]

The Event Handlers for the reset object are:

onBlur
onClick
onDblClick
onFilterChange
onFocus
onHelp
onKeyDown
onKeyPress
onKeyUp
onMouseDown
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onSelect