Javascript Reference
Categories: META

javascript META charset

@March 15, 2008, 1:22 a.m.
charsetFirefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

Read/Write  

Indicates the character encoding of the content in the file associated with the href attribute. This property does not change the setting of the charset attribute of a name/value pair contained by the content attribute or property. For now the charset property has little or no effect on a document.

 
Example
 
if (document.all.myMeta.charset == "csISO5427Cyrillic") {
    // process for Cyrillic charset
}
 
Value

Case-insensitive alias from the character set registry (ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets).

 
Default

Determined by browser.


Powered by Linode.