gorilla1
08-12-2002, 07:35 PM
Another question on the dynamic drive caching slideshow. It is using text button fields. At this address:
I have tried an image on the back button instead of text. To do so, I changed the form and one line of the script: specifically, I commented out this line:
// document.SlideShow.Previous.disabled = (NextSlide == 0);
However, when you hit the back button on the slideshow control after this change has been made (as it is at the url I gave), the script throws up the prior image momentarily, then goes to the first slide in the series and resumes from there. I can't see why this is the case. Can anyone spot why using the image button type trips the script up (I realize it may have to do with the line I commented, but I can't see why).
G
I have tried an image on the back button instead of text. To do so, I changed the form and one line of the script: specifically, I commented out this line:
// document.SlideShow.Previous.disabled = (NextSlide == 0);
However, when you hit the back button on the slideshow control after this change has been made (as it is at the url I gave), the script throws up the prior image momentarily, then goes to the first slide in the series and resumes from there. I can't see why this is the case. Can anyone spot why using the image button type trips the script up (I realize it may have to do with the line I commented, but I can't see why).
G