'defaultCharset' Example : Charset « Document « JavaScript DHTML






'defaultCharset' Example

 <html> <body> <button onclick="alert(document.defaultCharset);">Default Charset</button> </body> </html> 








Related examples in the same category

1.'getCharset()' Example
2.'charset' Example
close