uepselon: Fortsetzung...

Beitrag lesen

Hallo du da draußen,

Hi du da drinnen

<script language = "JavaScript" type = "text/javascript"><!--
parent.frames[1].window.location.href = "../welcome";
//--></script>

Das ist das Problem.

Ich denke da haben wir den Fehler schon:

parent.frames[1] ist schon das window Objekt, du
machst dhinter nochmal ein window und so ist das ganze doppelt, was
wahrscheinlich ein neues Fenster aufmacht.

Probier mal: prent.frames[1].location.href = ...

Gruß

ueps