Forum Moderators: phranque
Im looking for a Photo Slideshow script (javascript) which can read all the photos in a directory and display them one by one.
I have a PHP script which does this, my site is html, the only way I could display the php script in my html page is by using an IFRAME, the problem is when I press "Back" in IE, it goes back one photo, not back to the previous web page. So if 20 photos have been displayed I need to press back 21 time to get back to the previous page.
So I figured I need to look at Javascript or something.
Thank You.