What is the encoding property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the encoding property?
Rating:
The encoding property belongs to the form object. This property reflects the enctype attribute of the form tag. When a form is to be e-mailed and the enctype attribute is set, the form name/value pairs are placed in the body of the mail message in a human readable format. This property sets or retrieves the MIME type for the data gathered by the form elements at the time of form submission.
The following example will demonstrate the use of this property:
Rating:
Was this information helpful?
Other articles
- How to use the focus() method?
- What are special inline characters?
- What is a function?
- How to delete a cookie?
- What is instantiation?