HTML Element Attributes
Specifies the character encodings to use for form submission.
Inline |
<element accept-charset = strCharSet...> |
Script |
object.accept-charset = strCharSet |
strCharSet |
Character string that represents the character encodings to use for form submission. |
The property is read/write with no default value.
accept-charset defines the character encodings that are to be used for form submission.
NOTE: This section of the workshop is under major reconstruction, in short, work in progress. So please bear with whatever inconvenience you may encounter; we hope to complete the job at the soonest possible time.
FORM