html links don't work in Javascript code
Hi Everyone,
I have a strange problem that I can't resolve.
Have a look at www.snaptease.co.uk/random.html and you will see a random image every time you refresh.
Now look at www.snaptease.co.uk/random1.html and you won't see the image. The only difference is in the js/random.js and js/random1.js each file references.
js/random.js uses the same html link to index.html
js/random1.js links to individual html files that exist and valid.
Please tell me what I am doing wrong and how to fix it.
I've been banging my head over this for a while now so I would appreciate any help.
Thanks in advance
Martin