Hi,
<!-- if (parent.Menu.location.href != "support_menu.html") parent.Menu.location.href = "support_menu.html"; // -->
Weder NN noch IE führen die Anweisung im zweiten Fall aus! Wieso das?
weil "<!--" auch im <script>-Bereich als Kommentarzeile interpretiert wird.
Cheatah