nochmal Rollover und bild

PeterCool

Mitglied
nochmal Rollover
aus dem Tema
http://www.tutorials.de/forum/showthread.php?p=979781#post979781

wenn ich es auf dem rechner aufrufe geht es wenn es auf dem server ligt kommt eine Fehlermeldung
Skriptfehler
zeile 13
zeichen 1
Fehler ´parent.document.ziel`ist null oder kein objekt
code 0
das ist zeile 13
HTML:
 <td width="60"><a onmouseover="parent.document.ziel.src='img/foto/1.jpg'" onmouseout="parent.document.ziel.src='img/foto/22.jpg'"><img src="img/foto/1i.jpg" width="60" height="60" border="0"></a></td>
 
Das Problem ist ganz einfach das, das dein Ziel nicht definiert ist...

HTML:
<img src='img/foto/1i.jpg' onMouseover="this.src='img/foto/1.jpg'" onMouseout="this.src='img/foto/22.jpg'" alt='message' border=0>

... steht aber auch in Selfhtml!

Bandit
 

Neue Beiträge

Zurück