Hallo!
if (top.location !== self.location) {
top.location=self.location;
}
Normalerweise müßte der Vergleichsoperator so aussehen, nicht !== sondern !=. Vielelicht hängt sich NN4.07 deshalb auf!
Dieses Script aus selfhtml futzt eigentlich überall.
<script language="JavaScript">
<!--
if(top.frames.length > 0)
top.location.href=self.location;
//-->
</script>
mfg, André