Hallo! Ich habs so:
function BildAendern(BildName, imgSrc) {
if (document.BildName) {
if (imgSrc != "none") /* oder: if (imgSrc ="Bild.gif")*/ {
document.images[BildNameVonAuszutauschendemBild].src = imgSrc;
}
}
}
Viel glück
Hallo! Ich habs so:
function BildAendern(BildName, imgSrc) {
if (document.BildName) {
if (imgSrc != "none") /* oder: if (imgSrc ="Bild.gif")*/ {
document.images[BildNameVonAuszutauschendemBild].src = imgSrc;
}
}
}
Viel glück