Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo
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.
Syntax
string = form.acceptCharset;
form.acceptCharset = string;
Example
inputs = document.forms["myform"].acceptCharset