click to change image

liunx

Guest
I'm very new at this, so bear with me if I don't provide complete information relative to my question.<br />
<br />
In short, I'd like to allow the viewer to click a link below a picture and have new pictures presented to the viewer.<br />
<br />
I've seen this done and a copy of code that allows this is presented here: <br />
<br />
<td width=301 valign=top><IMG SRC=http://www.webdeveloper.com/forum/archive/index.php/"/images/home_pics/image7/index_10.jpg"" WIDTH=301 HEIGHT=300><br><IMG SRC="/images/index_28.gif" WIDTH=23 HEIGHT=20><a href="?p=8"><IMG SRC="/images/index_29.gif" WIDTH=278 HEIGHT=20 border=0></a></td><br />
<br />
The pictures are presented in a table cell with a 301 X 300 pixels. Below the picture is a 23 X 20 icon and to the right of the icon is the (278 X 20) link prompting the user to "click" to change images.<br />
<br />
I'm guessing that "?p=8" is a short (hidden) program that flips the pictures in index_10.jpg and I had picture 8 (image 7) on my screen when I copied the above code. <br />
Am I right?<br />
Can you help me with code that will allow "x" nuber of images to be presented in a cell?<br />
Will the page load based on the time it takes for the fisrt image to load or will multiple images slow the page's loading time?<br />
<br />
Thanks for any help you might have.<br />
<br />
dff<!--content-->
 
Back
Top