hallo - nochmal,
das sollte funken:
...
...
if (da == 0){
bild = new Image();
bild.src='bilder/image0001.jpg';
document.images[0].src = bild.src;}
if (da == 30){
bild = new Image();
bild.src='bilder/image0001.jpg';
document.images[0].src = 'bilder/image0001.jpg';}
Die Arrayzählung beginnt immer bei 0
grüße
|