Hi I am using some java script on some pages to rotate some images.. on some web pages.. the java is contained within linked files using the following syntax
<script type="text/javascript" src="../functions.js"></script>
all works well on my development PC which is just a plain old XP Pro desktop running its on locall IIS. but when I publish the pages to my host I get script errors telling me that;
Error 'Fader' is undefined
I dont understand why when this runs just fine on my local PC. Ive checked that all the relevant files are uploaded t o the correct place etc.. could this be a permissions thing??
any advice greatly received as am getting desperate!
<script type="text/javascript" src="../functions.js"></script>
all works well on my development PC which is just a plain old XP Pro desktop running its on locall IIS. but when I publish the pages to my host I get script errors telling me that;
Error 'Fader' is undefined
I dont understand why when this runs just fine on my local PC. Ive checked that all the relevant files are uploaded t o the correct place etc.. could this be a permissions thing??
any advice greatly received as am getting desperate!