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