hallo. folgendes problem: diese funktion soll in einer tabellen zelle das hintergrundbild wechseln:
function back()
{top.frame.document.all.id.style.backgroundImage="url(bild.jpg)"}
frame=zielframe
id=id der tabellenzelle
bild.jpg=hintergrundbild
laut selfhtml ist das so richtig, aber es funktioniert nicht. warum?
gruß, christian
PS: das bild befindet sich im selben verzeichnis, wie die html mit dem script.