« Gecko DOM Reference
Summary
enctype gets/sets the content type of the FORM element.
Syntax
string = form.enctype
form.enctype = string
Example
form.enctype = "application/x-www-form-urlencoded";
Notes
The encoding type is generally "application/x-www-form-urlencoded".