encoding encoding gets/sets the content type of the FORM element. Syntax encoding = form.enctype form.enctype = encoding Parameters encoding is a string. Example form.encoding = "application/x-www-form-urlencoded"; Notes The encoding type is generally "application/x-www-form-urlencoded". Specification encoding
encoding gets/sets the content type of the FORM element.
encoding = form.enctype form.enctype = encoding
encoding is a string.
form.encoding = "application/x-www-form-urlencoded";
The encoding type is generally "application/x-www-form-urlencoded".
encoding