Hai Cristoph!
Okay, das Problem hatte ich auch, lösbar mit einer Kombination aus "history.back" und der SelfHTML Lösung um mehrere Frames gleichzeitig zu ändern <../../teda.htm>
Sieht bei mir dann in etwa folgendermaßen aus:
<script>
function MultiBack(BF1,BF2,BF3)
{
parent.frames[BF1].history.back();
parent.frames[BF2].history.back();
parent.frames[BF3].history.back();
}
</script>
<aufruf>
<A HREF="javascript:MultiBack(1,2,3);">
</aufruf>
hoffentlich hilft dir das weiter!
tschö!
Boris