HTMLInputElement.DefaultValue Property |
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);
A string representing the value attribute of the element.
HTMLInputElement Object | HTMLInputElement Members | DOM Namespace