RedRobotHero
Technical User
I'm having trouble including an external .js file. When I put the javascript directly into the html, it works. But when I use
to include it, it doesn't work.
(it works in this one)
(it doesn't work in this one)
I'm using the same method to include two javascript files, but the one included with
does execute. The only difference between the two is that menub is included further down than menua.
Code:
<script type="text/javascript" language="JavaScript" src="/menua.js"></script>
(it works in this one)
(it doesn't work in this one)
I'm using the same method to include two javascript files, but the one included with
Code:
<script type="text/javascript" language="JavaScript" src="/menub.js"></script>