Gets or sets the list of character sets supported by the server.

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

Property Value

A string representing the list of character sets supported by the server.

See Also

HTMLFormElement Object | HTMLFormElement Members | DOM Namespace