iceman2654
Programmer
How do you call a javascript from another directory?
<SCRIPT SRC="menu.js"></SCRIPT>
is what I have with all the stuff in one folder. Kinda messy for me....
then i tried
<SCRIPT SRC="\menu\menu.js"></SCRIPT>
and many combinations with the / and \ and ..
but it didn't work.
So basically, how do load javascripts from the menu directory?
<SCRIPT SRC="menu.js"></SCRIPT>
is what I have with all the stuff in one folder. Kinda messy for me....
then i tried
<SCRIPT SRC="\menu\menu.js"></SCRIPT>
and many combinations with the / and \ and ..
but it didn't work.
So basically, how do load javascripts from the menu directory?