'charset' Syntax and Note : charset « Javascript Properties « JavaScript Reference

'charset' Syntax and Note

Note:

Read and write property. 
Sets the the element character set.
    
Syntax:
    
document.getElementById("elementID").charset = value
document.all.elementID.charset = value // IE only

    

      
      








Related examples in the same category

1.'charset' Example
2.'charset' is applied to