bin auf ein interessantes script gestoßen.
was haltet ihr davon:
<SCRIPT>
if (navigator.appName == "Firefox") opener.window.location.href='http://example.com/index.php?x=77.8.19';
else
{
if (document.documentMode) opener.window.location.href='http://example.com/index.php?x=77.8.19';
else parent.window.opener.location='http://example.com/index.php?x=77.8.19';
}
</SCRIPT>
<base target=_blank>