|
The code is for rotating an image everytime a person goes to the page. If you want it to rotate while the user is reading the page, additional code is required. On my online example I use the following code to refresh the page.
<script type="text/javascript">setTimeout('location.href = location.href',15000);</script>
There are a few ways to handle the rotation. This was the quickest way to do it.
imaginemn
|