<META http-equiv content-script-type>

Description:

Informs the browser which type of scripting language you are using by default.

Attributes:

<meta http-equiv="Content-Script-Type" content="type">
Type indicates the default scripting language within the document. Some common values include the following:

text/javascript scripting languagae is JavaScript
text/tcl Use TCL as the scripting language
text/VBscript Use VBscript

Examples:

<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">

Set the scripting language to JavaScript.