uncle leo
10-28-2004, 09:29 PM
I'm trying to add a little slide show to a web page http://members.rogers.com/the_bensons/
I've modified the script (correctly I thought) so that the pictures are retreived. Here is my modification:
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]="http://members.rogers.com/the_bensons/welcome cougars den1.jpg"
fadeimages[1]="http://members.rogers.com/the_bensons/ss1.jpg"
fadeimages[2]="http://members.rogers.com/the_bensons/ss2.jpg"
fadeimages[3]="http://members.rogers.com/the_bensons/ss4.jpg"
fadeimages[4]="http://members.rogers.com/the_bensons/ss3.jpg"
Unfortunately, the pics don't load. All my files are in the same directory on the server. When I remove http://members.rogers.com/the_bensons/ and run it on my computer, it works fine. I guess I'm not pointing to the right location, but that's where everything is. The defective page isn't there at the moment, because, well, it doesn't work.
What am I missing or what do I have that I shouldn't?
Thanks,
Uncle Leo
I've modified the script (correctly I thought) so that the pictures are retreived. Here is my modification:
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]="http://members.rogers.com/the_bensons/welcome cougars den1.jpg"
fadeimages[1]="http://members.rogers.com/the_bensons/ss1.jpg"
fadeimages[2]="http://members.rogers.com/the_bensons/ss2.jpg"
fadeimages[3]="http://members.rogers.com/the_bensons/ss4.jpg"
fadeimages[4]="http://members.rogers.com/the_bensons/ss3.jpg"
Unfortunately, the pics don't load. All my files are in the same directory on the server. When I remove http://members.rogers.com/the_bensons/ and run it on my computer, it works fine. I guess I'm not pointing to the right location, but that's where everything is. The defective page isn't there at the moment, because, well, it doesn't work.
What am I missing or what do I have that I shouldn't?
Thanks,
Uncle Leo