Mozilla.com

  1. MDC
  2. Main Page
  3. DOM
  4. form.enctype
Table of contents
  1. 1. Summary
  2. 2. Syntax
  3. 3. Example
  4. 4. Notes
  5. 5. Specification
Table of contents
  1. 1. Summary
  2. 2. Syntax
  3. 3. Example
  4. 4. Notes
  5. 5. Specification

« 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".

Languages

Page last modified 18:25, 14 Mar 2007 by Mgjbot

Files (0)