הקוד:
קוד PHP:
<script>
image = new Array();
image[0] = "http://img65.imageshack.us/img65/581/ballasps6.jpg";
image[1] = "http://imgcash3.imageshack.us/Himg19/scaled.php?server=19&filename=gtav8.jpg&xsize=640&ysize=480";
image[2] = "http://imgcash4.imageshack.us/Himg111/scaled.php?server=111&filename=gallery23.jpg&xsize=640&ysize=480";
image[3] = "http://imgcash3.imageshack.us/Himg111/scaled.php?server=111&filename=gallery22.jpg&xsize=640&ysize=480";
document.getElementById('DOWN').innerHTML = "<img src='" + image[0] +"'width='250' height='200'>";
function a(){
}
</script>
קוד PHP:
<td><a href="#" onClick="a();">></a></td>
עכשיו השאלה שלי איך אני עושה שהוא יקלוט את מספר התמונה ויעבור תמונה אחת אחריו
תודה לעוזרים