TOC PREV NEXT INDEX

Put your logo here!


enctype


enctype gets/sets the content type of the FORM element.

Syntax

enctype = form.enctype 
form.enctype = enctype 

Parameters

enctype is a string.

Example

form.enctype = "application/x-www-form-urlencoded"; 

Notes

The encoding type is generally "application/x-www-form-urlencoded".

Specification

enctype


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX