TOC PREV NEXT INDEX

domref



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


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX