Simple Manual Slideshow
Having struggled with the Previous button on my simple automatic slideshow, simple_two.html this page will use the manual code to create a simple manual slideshow.
Whether it is my inability to be able to work out control loops in JavaScript or just bad coding I am having problems in getting the "all-dancing" automatic slideshow to work. The code from the Manual slideshow seems to work.
Slideshow
1 Preston St. Mary
2 Preston St. Mary
3 Preston St. Mary - Map
4 - Kettlebaston Rood Screen 1
5 - Kettlebaston Rood Screen 2
6 Newton Church
7 The Tomb in Newton Church
8 Stoneham Parva
The version I did for Downton
The code is in a seperate .js file so not easy to see. It calls showSlides(1) on loading page and then the "Run" calls a version of showSlides() showSlides5(). The next and previous seem to call the plusSlides(1) and plusSlides(-1).