概要
acceptCharset
は対象フォームでサポートされる文字エンコーディングのリストを返します。リストの各アイテムは、カンマか半角スペースで区切られます。
構文
string = form.acceptCharset;
例
inputs = document.forms["myform"].acceptCharset
acceptCharset
は対象フォームでサポートされる文字エンコーディングのリストを返します。リストの各アイテムは、カンマか半角スペースで区切られます。
string = form.acceptCharset;
inputs = document.forms["myform"].acceptCharset