Simple Slideshow
Menu Simple Slideshow
 

Simple Slideshow

Here a Pause button is going to be attempted in the carousel() loop.

The control mechanism is similar to that used in the two methods I have been working on. The addition here is the Pause button which uses the clearTimeout(myTimeout) method. The variable myTimeout was added to the main control script which uses the "carousel() loop".

The Pause button uses a new function stop(). The Resume button is also seen here.

The Next and Previous buttons do not work at the moment and I need to add back the interval display.

Having managed to get the Pause and Resume working here and on the principle of not changing too much on a development page I am starting a new one Simple Next and Previous

Top

Slideshow

Newton Church
Tomb
two
Stoneham Parva

The function stop():

<script>
//var myTimeout; - This variable is added to the main loop
function stop(){
clearTimeout(myTimeout);
}
function resume(){
setTimeout(carousel);
}

..........
<script>

Links

External Links Disabled.

tempusfugit.me.uk is a non-commercial website. No payment or benefit is gained by the placement of links toother websites.

The External link is disabled to on this page, please visit other pages

Unlike most genealogical research websites tempusfugit.me.uk does not attempt to get you to "sign-up" when you click on one of their links.

This Wikipedia link is disabled.

The link on Wikipedia was to:

External Links Disabled.

tempusfugit.me.uk is a non-commercial website. No payment or benefit is gained by the placement of links to other websites.

The External link is disabled to on this page, please visit other pages

Top

External Links - references

Site design by Tempusfugit Web Design -