Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

Enctype Syntax and Note

Note: Read and write property.  Provides the same functionality as the encoding property.      Syntax:      document.getElementById("formID").enctype = value document.all.formID.enctype = value // IE only