M META.charset (Property) Event name JavaScript JScript (Web space)
M META.charset (Property) Event name JavaScript JScript N IE Opera DOM HTML Notes onClick 1.0 + 1.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onDblClick 1.2 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onHelp 3.0 + 4.0 + Warning onKeyDown 1.2 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onKeyPress 1.2 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onKeyUp 1.2 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onMouseDown 1.2 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onMouseMove 1.2 + 3.0 + 6.0 + 4.0 + 4.0 + Warning onMouseOut 1.1 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onMouseOver 1.0 + 1.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning onMouseUp 1.2 + 3.0 + 6.0 + 4.0 + 3.0 + 4.0 + Warning Inheritance chain: Element object, Node object META.charset (Property) A value containing the character encoding of the content in the tag. Availability: JScript 3.0 Internet Explorer 4.0 Property/method value type: String primitive JavaScript syntax: IE myMETA.charset This would contain the character set being used by the document referred to by the HREF=”…” HTML tag attribute. For example the value “iso-8859-1″ is likely to be returned but the local variant of the browser and OS may affect the value you get. This property might contain a value such as: csISO5427Cyrillic Details of other aliases can be located at the IANA registry. See also: META object, META.content Web-references: ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets 1433