Code:
<script language="JavaScript">
function MM_goToURL()
{
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
</script>
Code:
echo ('<form action="navigation.php" method="get">
<a href=navigation.php?id='.$row['id'].' target="leftFrame"
onMouseDown="MM_goToURL(\'parent.frames[\'mainFrame\']\''
.$row['url'].');return document.MM_returnValue">'
.$row['name'].
'</a></form>');

Kommentar