You are on page 1of 2

<table border="0" cellpadding="0"> <caption><strong>Galeria</strong></caption> <tr> <td width="100%"><img src="http://www.javascriptsolutions.com/imagesOLD/Img0 02.

jpg" width="400" height="264" name="photoslider"></td> </tr> <tr> <td width="100%"><form method="POST" name="rotater"> <div align="center"><center><p> <script language="JavaScript1.1"> /* Photo Slider II- By Kevin Adams (kadams70@hotmail.com) For this script and more Visit http://www.javascriptkit.com */ var var var var photos=new Array() text=new Array() which=0 what=0

//Change the below variables to reference your own images. You may have as many images in the slider as you wish photos[0]="https://blufiles.storage.live.com/y1p42pqyYJAyZ22PvkXCKwZ1fPNWCUgHJav rYJ2oc1zvszERxGBfqwjhZ30r-lnssj8mrWhlkWUZqQ/DSC04934.jpg?psid=1" photos[1]="https://blufiles.storage.live.com/y1p4Dc4Eo0wTBVeaU8aTjQLLs5b84pWYrj1 kW3FWKMCjjJ5IFS7OD0IDtarOdZ1wQRiErb9Z8nrXuY/DSC04841.jpg?psid=1" photos[2]="http://www.javascriptsolutions.com/imagesOLD/Img004.jpg" photos[3]="http://www.javascriptsolutions.com/imagesOLD/Img005.jpg" photos[4]="http://www.javascriptsolutions.com/imagesOLD/ministix4.jpg" photos[5]="http://www.javascriptsolutions.com/imagesOLD/ministix5.jpg" photos[6]="http://www.javascriptsolutions.com/imagesOLD/ministix6.jpg" //change coresponding description text[0]="Concurso de Disfras" text[1]="Vicita a la Zona Arqueologica" text[2]="Curious as to what that flash was all about" text[3]="Mad at Momma for taking pictures." text[4]="Libby striking back!" text[5]="They make messes and they lay in them." text[6]="Libby catching a frisbee, Ministix following." window.onload=new Function("document.rotater.description.value=text[0]") function backward(){ if (which>0){ window.status='' which-document.images.photoslider.src=photos[which]; what-document.rotater.description.value=text[what]; } } function forward(){ if (which<photos.length-1){ which++ document.images.photoslider.src=photos[which]

what++ document.rotater.description.value=text[what]; } else window.status='End of gallery' } function type() { alert("This textbox will only display default comments") } </script> <p><input type=text name="description" style="width:400px" size=50> <p><input type="button" value="<<Back" name="B2" onClick="backward()"> <input type="button" value="Next>>" name="B1" onClick="forward()"><br> <a href="#" onClick="which=1;what=1;backward();return false"><small>Start Over</small></a></p> </center></div> </form> </td> </tr> </table> <p align="center"><font face="arial" size="-2">This free script provided by</fon t><br> <font face="arial, helvetica" size="-2"><a href="http://javascriptkit.com">JavaS cript Kit</a></font></p>

You might also like