document.defaultCharset
ブラウザで設定されている文字コードを返します。自動判別の場合は_autodetectの文字列を返します。Internet Explorer、iCab 3以降で利用できます。ただし、iCab 3ではmetaタグで設定された文字コードを返します。
構文
document.defaultCharset
例文
<html> <head> <title>document.defaultCharset</title> </head> <body> <script type="text/javascript"><!-- document.write(document.defaultCharset); // --></script> </body> </html>
関連記事
- document.writeln
- document.write
- document.vlinkColor
- document.linkColor
- document.alinkColor
- document.fgColor
- document.charset
- document.characterSet
- document.bgColor
スポンサーリンク