Is there a way that I can call my javascript file from my main page. I created a file: jscript_praiseandplayscroll.js and put it in includes/modules/pages/main_page_js/ folder. The line of code that I am trying to use to call it is: <script language="javascript" src="includes/modules/pages/main_page_js/jscript_praiseandplayscroll.js"></script>
I've also tried putting the file in: includes/templates/praiseandplay/jscript/ folder, which would make the file global and then used: <script language="javascript" src="jscript_praiseandplayscroll.js"> to call it, and still, no results.
Any help here would be greatly appreciated. The site is: www.praiseandplay.com/catalog



