hi
ich möchte in frame[1] bilder mittels eines rollover in frame[0] austauschen.
beim ie und nc 4x funktionierts mit
parent.frames[1].location.href = "javascript:swap("" + nr + "");"
als fkt aufruf in frame[0] und
function swap(nr)
...
window.document.images[4].src = Bild[nr].src;
...
als fkt in frame[1].
beim nc6 funktioniert das ganze aber nicht.
kann mit jemand helfen?
thanx