Unsure as to whether you are going to use PHP or not? If you are then <?php echo "<img src=\"image".rand(1,10).".gif\">"; ?>
or some variation will 'pseudo randomly' generate the HTML for image1.gif - image10.gif images. Alternatively if the images all have different names you could populate an array and randomly generate the array index to use. Doesn't help if you aren't using PHP though ;-) John >>> Benjamin Devine <[EMAIL PROTECTED]> 09/22/02 08:41p.m. >>> [snip] The only html you can put on the page is an image tag. [snip] ********************************************************************** ** This email and attachments have been scanned for content and viruses and is believed to be clean ** This email or attachments may contain confidential or legally privileged information intended for the sole use of the addressee(s). Any use, redistribution, disclosure, or reproduction of this message, except as intended, is prohibited. If you received this email in error, please notify the sender and remove all copies of the message, including any attachments. Any views or opinions expressed in this email (unless otherwise stated) may not represent those of Canterbury District Health Board **********************************************************************
