Hi everyone, I'm trying to implement a script on my site. Only problem is, where the HTML file I want to implement the script to is in a different directory than the source file. The HTML file I'm using the script in is in the folder "includes/globalscripts.html" and the source file is located in the folder "page_effects/snow/snow.gif". So, in my script I tried using this command:
Code:
var snowsrc="../page_effects/snow/snow.gif"
but that didn't work. Is there something I'm doing wrong? The script is java script if that helps. Thanks