Navigator 2.0, Internet Explorer 3.0
element.defaultValue
The defaultValue property of a form element specifies the initial text that appears in the form element, and the value that is restored to that element when the form is reset. This property is only used by the Text, Textarea, and Password elements. It is not used by the FileUpload element for security reasons. For Checkbox and Radio elements the equivalent property is defaultChecked.