[Beschreibung]
Dieses Script bricht aus fremden Frames aus, d.h., wenn Ihre Seite in einem fremden Frameset angezeigt wird, wird dieses Frameset aufgelöst und Ihre Seite "ontop" angezeigt.
[Kompatibilität]
[Code]
<script language="JavaScript"> <!-- function init() { if(parent != null && parent != self) { var host=parent.location.hostname; if(host != "www.maxxi.de") { top.location.href=self.location.href; } } } //--> </script>
??
kopieren Sie bitte den Quelltext