<table>
<tr>
<td><img></td>
</tr>
<tr>
<td><form>
<div><center><p><script>
var photos=new Array()
var which=0
/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/
photos[0]="resim1.gif"
photos[1]="resim2.gif"
photos[2]="resim3.gif"
function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which]
}
}
function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
}
else window.status='End of gallery'
}
</script><input> <input><br>
</center></div>
</form>
</td>
</tr>
</table>
bu kodu kullanabilirsin . . .