Hallo zusammen,
wie komme ich denn bei NS4 aus einem bestehenden Frameset?
Bisher mache ich das immer so:
<script language="javascript">
<!--
if (top.location != self.location) {
top.location = self.location.href
}
-->
</script>
das geht aber am NS4 nicht gibts noch ne andere Möglichkeit?
grüße Dirk