TOC PREV NEXT INDEX

Put your logo here!


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


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX