<script type="text/javascript" src="xyz.js"/>
<script type="text/javascript" src="abc.js"/>
This works in Firefox, but not in IE.
However the very similar (and logically identical):
<script type="text/javascript" src="xyz.js"></script>
<script type="text/javascript" src="abc.js"/>
Is fine in IE.
Which is nice.
<script type="text/javascript" src="abc.js"/>
This works in Firefox, but not in IE.
However the very similar (and logically identical):
<script type="text/javascript" src="xyz.js"></script>
<script type="text/javascript" src="abc.js"/>
Is fine in IE.
Which is nice.