Javascript Properties JavaScript Reference

Note:
Read and write property. 
Sets the MIME content type code, 
alerting the server that the data submitted is in a MIME type. 
Default value: 
application/x-www-form-urlencoded.
    
    
    
Syntax:
    
document.getElementById("formID").encoding = value
document.all.formID.encoding = value // IE only
document.encoding = value