"TriKri" said:
Why do you have to specify language at all? If you just write <script>, won't the webbrowser automatically assume it is javascript that's comming?
Some browsers have Javascript as default, if you're just using the script-tag, without specifying the language. I know Internet Explorer did that once, but I don't know about now.
It's usually a good thing to specify the language, it could had been VBScript as well? If so, if you're only using script, without specifying the language, and it thinks it's Javascript, then it would produce errors, because it actually was VBScript.