HTMLTextAreaElement.DefaultValue Property |
Gets or sets the value of the contents of this element.
[VBScript] Public Property DefaultValue As String
[JScript] public function get DefaultValue() : String; public function set DefaultValue(String);
A string representing the value of the contents of this element.
HTMLTextAreaElement Object | HTMLTextAreaElement Members | DOM Namespace