'enctype' Syntax and Note : enctype « Javascript Properties « JavaScript Reference

'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

    

      
      








Related examples in the same category

1.'enctype' Example
2.'enctype' is applied to