tagchen,
Probier mal anstelle von:
parent.mainframe.location = ...
das:
parent.mainframe.location.href = ...
außerdem: wenn die Seite, wie zu vermuten ist, in eine Framekonstruktion eingehängt wird, ist noch zu probieren:
parent.frames.mainframe.location.href = ...
Grüße aus Berlin
Christoph S.