is it possible to call a function from a different JS file?
lets say in my header i have 2 different files, can i call a function that resides in "main_2.js" from 'main_1.js'
?
Code:<script type="text/javascript" src="js/main_1.js"></script> <script type="text/javascript" src="js/main_2.js"></script>



Reply With Quote


Bookmarks