'charset' Example : Charset « Document « JavaScript DHTML






'charset' Example

    
<html>
<body>
<button onclick="alert(document.charset);">Character Encoding for Document</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'defaultCharset' Example
2.'getCharset()' Example