[OnTop]

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.

[zwischen <BODY> und </BODY>]

<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>

[Autor]

??

[Download]

kopieren Sie bitte den Quelltext

Copyright © 1998- Nightfire Webworker Archiv Script No: 0307