You know how you can
<script src="file.js"></script>
and include a .js in an HTML Page.
Ive tried the same in a .js file and it doesnt work. So I was wondering is there a way to, when you're in a .js to include another .js?
-------------
Anybody,
How can I call a .js file in a .js file?
ie. file.js (full of functions) call filearray.js (arrays)?
<script src="file.js"></script>
and include a .js in an HTML Page.
Ive tried the same in a .js file and it doesnt work. So I was wondering is there a way to, when you're in a .js to include another .js?
-------------
Anybody,
How can I call a .js file in a .js file?
ie. file.js (full of functions) call filearray.js (arrays)?