'charset' Example : charset « Javascript Properties « JavaScript Reference

'charset' Example

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

    
      
      

Related examples in the same category

1.'charset' Syntax and Note
2.'charset' is applied to