lhemmerich
02-20-2007, 11:34 AM
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
http://www.knottydog.com/photo_table.htm
Thanks for any help
Larry
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
http://www.knottydog.com/photo_table.htm
Thanks for any help
Larry