Difference between revisions of "Team:Mingdao/DM test"

Line 171: Line 171:
 
}
 
}
 
</script>
 
</script>
 +
<script>
 +
var slideIndex = 0;
 +
showSlides();
  
 +
function showSlides() {
 +
    var i;
 +
    var slides = document.getElementsByClassName("mySlides");
 +
    var dots = document.getElementsByClassName("dot");
 +
    for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none"; 
 +
    }
 +
    slideIndex++;
 +
    if (slideIndex > slides.length) {slideIndex = 1}   
 +
    for (i = 0; i < dots.length; i++) {
 +
        dots[i].className = dots[i].className.replace(" active", "");
 +
    }
 +
    slides[slideIndex-1].style.display = "block"; 
 +
    dots[slideIndex-1].className += " active";
 +
    setTimeout(showSlides, 15000); // Change image every 2 seconds
 +
}
 +
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 05:02, 12 October 2018

<!DOCTYPE html>

1 / 4
Caption Text
2 / 4
Caption Two
3 / 4
Caption Three
4 / 4
Caption Three