Gets or sets the character encoding of the linked resource.

[VBScript]
Public Property Charset As String
[JScript]
public function get Charset() : String;
public function set Charset(String);

Property Value

A string representing the character encoding of the linked resource.

See Also

HTMLScriptElement Object | HTMLScriptElement Members | DOM Namespace