PopcornBuzzard
Programmer
I would like to include 2 .js files in 1 html page.
Here's what I've got in the <HEAD> section:
<script src="../includes/MenuAdditional.js" type="text/javascript"></script>
<script src="../includes/listMenu.js" type="text/javascript"></script>
For some reason, only 1 .js file is seen. The other is ignored. Any ideas?? Thanks!
Here's what I've got in the <HEAD> section:
<script src="../includes/MenuAdditional.js" type="text/javascript"></script>
<script src="../includes/listMenu.js" type="text/javascript"></script>
For some reason, only 1 .js file is seen. The other is ignored. Any ideas?? Thanks!