If you have two versions of a JavaScript script, you can load one or the other: |
<SCRIPT LANGUAGE="JavaScript1.1"> |
// Ignored by Navigator 2.0: |
location.replace("newVersion.html"); |
</SCRIPT> |
<SCRIPT LANGUAGE="JavaScript"> |
// Read by Navigator 2.0 and above |
</SCRIPT> |
The newest version is "JavaScript1.2" |