Home | Top | Free Ajax Editor | JavaScript Editor | ![]() | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Sets or retrieves a list of character encodings for input data that must be accepted by the server processing the form.
Syntax
<FORM ACCEPTCHARSET = sChar ... > |
FORM . acceptCharset ( v ) [ = sChar ] |
Possible Values
sChar | String that specifies or receives a space- and/or comma-delimited list of charset values.
|
The property is read/write. The property has no default value.
Remarks
If the this attribute is not specified, the form will be submitted in the character encoding specified for the document. If the form includes characters outside the character set specified for the document, Microsoft® Internet Explorer will attempt to determine an appropriate character set. If an appropriate character set cannot be determined, then the characters outside of the character set will be encoded as an HTML numeric character reference. For more information on character sets and numerical character references, see HTML Character Sets .
Standards Information
This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
|
FORM |
Home | Top | Free Ajax Editor | JavaScript Editor | ![]() | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |