acceptCharset elements returns a list of the supported character sets for the current FORM element. Syntax charSets = form.acceptCharset; Parameters charSets is a string. Example inputs = document.forms["myform"].acceptCharset Notes None. Specification acceptCharset
elements returns a list of the supported character sets for the current FORM element.
charSets = form.acceptCharset;
charSets is a string.
inputs = document.forms["myform"].acceptCharset
None.
acceptCharset