The HTMLFormElement.acceptCharset
property represents a list of the supported character encodings for the given FORM element. This list can be comma- or space-separated.
SyntaxEdit
string = form.acceptCharset;
form.acceptCharset = string;
ExampleEdit
inputs = document.forms["myform"].acceptCharset