What is the difference between
<script Language="Javascript">
...
</script>
&
<script Language="Javascript1.2">
...
</script>
Does the second phrase mean the ... statements would only run in browsers that
support the 1.2 engine? Does just having "Javascript" work in all javascript
enabled browsers, regardless of engine version?
Greg