TOC PREV NEXT INDEX

Put your logo here!


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


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