Wie kann man Frames auflösen?
29.02.2004
Author: N43
Wenn man die Ausführung einer Site innerhalb eines Frames verhindern möchte, kann man das Frameset per Java Script auflösen.
JS - Code:
<script type="text/javascript" language="JavaScript">
<!--
if (self != top)
{
top.location=self.location;
}
// -->
</script>
<!--
if (self != top)
{
top.location=self.location;
}
// -->
</script>
Deine Meinung ist gefragt:
Sei der Erste und teile uns Deine Meinung mit.
Kommentare