Gets or sets the content type of the script language.

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

Property Value

A string representing the content type of the script language.

See Also

HTMLScriptElement Object | HTMLScriptElement Members | DOM Namespace