defaultValuedefaultValue*
*



Contents  *



Index  *Topic Contents
*Previous Topic: defaultStatus
*Next Topic: Defer

defaultValue

Description

Specifies the initial contents of a password or text control or the TEXTAREA element.

Syntax

object.defaultValue[ = defaultValue]

Settings

This read-write property takes a string value.

This value can be changed programmatically but has no affect on the appearance nor on how forms are submitted. It does change the initial value of the control when the form is reset.

Applies To

INPUT, TEXTAREA


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.