Help with SELECT NAME

liunx

Guest
I have a site with many photos that I want to have a auto slide show.
I Have the following code working:

<form id="picsform">
<select name="picslist" size="5" style="width: 200px" onClick="showpicture(this)">
</select>
</form>
</div>
<div id="picturearea" style="float: left; width= 200px; margin-left: 100px">
</div>

I want to change the onClick to somthing that will step thru the presentation as opposed to having the user select weach photo

Sample of what is working is at

<!-- m --><a class="postlink" href="http://www.knottydog.com/photo_table.htm">http://www.knottydog.com/photo_table.htm</a><!-- m -->

Thanks for any help
LarryI have a site with many photos that I want to have a auto slide show.
I Have the following code working:

<form id="picsform">
<select name="picslist" size="5" style="width: 200px" onClick="showpicture(this)">
</select>
</form>
</div>
<div id="picturearea" style="float: left; width= 200px; margin-left: 100px">
</div>

I want to change the onClick to somthing that will step thru the presentation as opposed to having the user select weach photo

Sample of what is working is at

<!-- m --><a class="postlink" href="http://www.knottydog.com/photo_table.htm">http://www.knottydog.com/photo_table.htm</a><!-- m -->

Thanks for any help
Larry

maybe you can make an i frame and have your picture have a link to next picture target it to i frame so it will be on the same location..
 
Back
Top