second external javscript file not loaded
Posted
by YsoL8
on Stack Overflow
See other posts from Stack Overflow
or by YsoL8
Published on 2010-05-04T21:19:12Z
Indexed on
2010/05/04
21:28 UTC
Read the original article
Hit count: 158
JavaScript
|external
Hi
I have these lines in my html head section
<script type="text/javascript" src="../behaviour/location.js"></script>
<script type="text/javascript" src="../behaviour/ajax.js"></script>
When I use either in isolation, the code in the external files executes as expected.
However, when I use both, I find that neither works correctly. What do I need to do to fix this?
© Stack Overflow or respective owner