
Tja, keine Ahnung was ich jetzt noch machen soll.
Dennoch danke für Deine Hilfe
Gruss USt
Code: Alles auswählen
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
Code: Alles auswählen
<!-- Start add - Birthday MOD -->
<script language="Javascript" type="text/javascript"><!--
window.open('birthday_popup.php', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
//-->
</script><!-- End add - Birthday MOD -->