ZVON > References > DOM2 Reference

defaultValue (attribute )

Owning interface and usage:  
HTMLInputElement.defaultValue

Member of these other interfaces:  
none

Readonly:   no

Type:   DOMString

Description:  
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element. The value of this attribute does not change if the contents of the corresponding form control, in an interactive user agent, changes. See the value attribute definition in HTML 4.01.