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








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).