| "This attribute specifies the scripting language of the contents of this element. The value must be an Internet Media Type. There is no default value for this attribute." (W3C HTML 4.0)
"The SRC attribute is optional and, if given, specifies a URL that loads the text of a cript. Both attributes may be present.
The SRC attribute specifies the scripting language by using the .js suffix. The suffix must be mapped by the web server to the MIME type "application/x-javascript" which the server sends back in the HTTP GET reply's Content-type: header. Without a properly configured server (one that maps .js filename suffix to application/x-javascript" MIME), Netscape won't respond properly with the data coming back in the HTTP response to the SRC-initiated request." (Netscape 3.0b5)
|