Christopher: Javascript fehler

Beitrag lesen

Aha naja glaube mal es geht so ungefährt
<head>
<script type="text/javascript" src="config/js.php"></script>
</head>

<a href='javascript:opentip(news_details.php?id=$ausgabe[id])>Öffnen</a>

###js.php####

<SCRIPT LANGUAGE='JavaScript'>

<!--

var tipWin = null;

function opentip()
{
        str='id=$ausgabe[id]';
        tipWin = window.open(str,'tipWin','width=400,height=400,resizeable=no,scrollbars=yes');
        window.open(str,'tipWin','width=400,height=400');
        tipWin.opener = self;
}
//-->
</SCRIPT>

Oder???