
acceptCharset
elements returns a list of the supported character sets for the current FORM element.
Syntax
charSets = form.acceptCharset;
|
Parameters
charSets is a string.
Example
inputs = document.forms["myform"].acceptCharset
|
Notes
None.
Specification
acceptCharset
Netscape Communications
http://developer.netscape.com
|