... und nochmal ich:
Ich rufe mittels <body onload="init();"> folgende Funktion auf:
function init()
{
for(i = 0; i < window.frames.length; i++)
{
window.frames[i].document.onkeydown = function(){alert("@#&*^!")};
alert(window.frames[i].document.onkeydown);
}
}
Wie gesagt, nur Firefox will nicht, Opera und IE spucken die alert-Box aus.
Weiss wer wieso?