Gets or sets the current form control value.

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

Property Value

A string representing the current form control value.

See Also

HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace