Javascript Reference
Categories: LINK

javascript LINK charset

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

Read/Write  

Indicates the character encoding of the content at the other end of the link.

 
Example
 
var charCoding = document.getElementById("myLink").charset;
 
Value

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

 
Default

None.


Powered by Linode.