Navigator 2.0; implemented but nonfunctional in Internet Explorer 3.0
form.encoding
encoding is a read/write string property of the Form object. It specifies how form data is encoding for transmission when the form is submitted. The initial value of this property is specified by the ENCTYPE attribute of the <FORM> tag. The default value is "application/x-www-form-urlencoded", which is sufficient for almost all purposes. Other values may sometimes be necessary. For example, a value of "text/plain" is convenient when the form is being submitted by email to a mailto: URL. See O'Reilly's book CGI Programming on the World Wide Web, by Shishir Gundavaram, for further information.
You can set this property in Internet Explorer 3.0, but doing so will have no effect on how the form is encoded.
This HTML Help has been published using the chm2web software. |