B
busterama
It's probably something simple, but I just can't find the solution.
I'm using the javascript slideshow code at
http://javascript.internet.com/miscellaneous/fading-slide-show.html
for a slideshow on a webpage.
Right now I'm prototyping the page on my computer, and eventually it'll
move to the server.
The script works fine when the images are in the same folder as the
html file, but when I move the images off to sub-folders it doesn't
find them.
I've tried changing the values for filenames in the array to include
the path, but it doesn't work.
I've tried
Pic[0] = 'images\interiors\1.jpg'
Pic[1] = '\images\interiors\2.jpg'
The "images\interiors\" path is just off the folder that the html files
are stored in.
Is there something I'm missing here?
TIA,
Buster
I'm using the javascript slideshow code at
http://javascript.internet.com/miscellaneous/fading-slide-show.html
for a slideshow on a webpage.
Right now I'm prototyping the page on my computer, and eventually it'll
move to the server.
The script works fine when the images are in the same folder as the
html file, but when I move the images off to sub-folders it doesn't
find them.
I've tried changing the values for filenames in the array to include
the path, but it doesn't work.
I've tried
Pic[0] = 'images\interiors\1.jpg'
Pic[1] = '\images\interiors\2.jpg'
The "images\interiors\" path is just off the folder that the html files
are stored in.
Is there something I'm missing here?
TIA,
Buster