Gets or sets the value attribute of the element.

[VBScript]
Public Property DefaultValue As String
[JScript]
public function get DefaultValue() : String;
public function set DefaultValue(String);

Property Value

A string representing the value attribute of the element.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace