<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<META NAME="Keywords" CONTENT="rotating images">
<TITLE>Rotating Images</TITLE></HEAD>
<body BGCOLOR="#ffffff">
<h3><strong>A Rotating, Wraparound Slideshow</strong></h3>
<p>This page demonstrates the use of CGI script which produces images in sequence
each time the page is accessed. The images in the pool are specified in order by
numeric filenames (given as the "image count" below the image itself. Accessing the page increments a counter modulo number of image
files, and the CGI code then inserts that filename for display into the dynamic HTML Document.
The value is retained from between consecutive accesses.</p>
<BR>
Press <a href="rotating_source.html"><IMG SRC="../images/nut_icon.gif"
ALT="Click here"></a> to view the CGI sourcecode for the rotating, wraparound slideshow.<BR><br>
<A HREF="../help/cginotes.html#WASlideshow"><IMG SRC="../images/help.gif"
ALT="Click here"></A> for more information on slideshows.<BR>
<hr>
<!--#exec cmd="./rotating.pl"-->
<hr>
<p> Press either the Next button below or the "Reload" button on your
browser to see the next image in the sequence!
<p>
<a href="rotating.html"><img src="next.gif"></a>
<hr>
</body>
</html>