<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<META NAME="Keywords" CONTENT="Random images">
<TITLE>Random Images</TITLE></HEAD>
<body BGCOLOR="#ffffff">
<h2><strong>A Random-Image Slideshow</strong></h2>
<p>This page demonstrates the use of CGI script which randomly produces an
image each time the page is accessed. The images in the pool are not in
any specific order, but are assigned numeric filenames. Accessing the page
produces a random number within the range of the filenames, and the CGI
code then inserts that filename for display into the dynamic HTML Document which it creates.
No record is kept of previous images.</p>
<BR>
Press <a href="random_source.html"><IMG SRC="../images/nut_icon.gif"
ALT="Click here"></a> to view the CGI sourcecode for the random-image 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="./random.pl"-->
<hr>
<p> Press either the Next button below or the "Reload" button on your
browser to see the next image (no particular order)!
<p><a href="random.html"><img src="next.gif"></a>
<hr>
</body>
</html>