In my page I have two references to external javascript files.
Both these references look like this
<script type="text/javascript" language="JavaScript1.2" src="file.js"></script>
One of these links is placed between the head tags, the other one between the body tags.
CSE warns me that I am better of not not to explicitly set language="JavaScript1.2" for the first link (the one between the head tags) but not for the other one.
Is there a reason for this? Why doens't it warn me for both? Is this a technical issue?
Regards,
Martin



