Click to See Complete Forum and Search --> : image swapping problem


Greelmo
05-18-2003, 01:01 PM
I want to have 5 different slide shows that can be accessed on a sigle page from button clicks. When the page is loaded, the first slide show is on. I want to have it so you can click for the second show and it will REPLACE the image and the slide show with the new image and slide show (including functions). Is there a way to do this? the reason i need it like that is because i have 40 images needing to be displayed and it takes FOREVER to load them when the body is loaded, so i figure if i load them 10 at a time the site will run much more smoothly. Any suggestions?

Nevermore
05-18-2003, 01:10 PM
If you have PHP, there is a possible solution here:
http://forums.webdeveloper.com/showthread.php?s=&threadid=4727

AdamGundry
05-18-2003, 01:37 PM
You could create a seperate page for each slideshow, then load them into an iframe.

http://www.w3.org/TR/html401/present/frames.html#edef-IFRAME

Adam