Hallo, ich brauche Hilfe.
Mein Problem:
ich ändere mit einem onLoad-Ereignis im Body Grafiken in einem anderen Frame
<SCRIPT language="JavaScript">
<!--
function buttonReset()
{
top.frames[0].document.images[1].src = "../pictures/buttons/letter-on.gif";
top.frames[0].document.images[2].src = "../pictures/buttons/-news-off.gif";
}
}
//-->
</SCRIPT>
Das funktioniert mit Netscape problemlos - der Internetexplorer spielt nicht mit.
Was mache ich falsch bzw. was ist beim MSIE anders.
Schon im voraus vielen Dank
Tobias