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);

Property Value

A string representing the value of this item.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace