TOC PREV NEXT INDEX

domref



encoding


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

Syntax

encoding = form.enctype
 
form.enctype = encoding
 

Parameters

encoding is a string.

Example

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

Notes

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

Specification

encoding


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