HTML beginner |
|
Hallo
Met de volgende code wil ik de pagina "chat/chat.php" laten openen in een popup:
<?
echo "<li><a href=\"chat/chat.php\" onclick=\"window.open('chat/chat.php','The A-team Fans V3.0 - Chatbox','width=600,height=500,scrollbars=yes,toolbar=yes,location=yes'); return false\">Chatbox</a></li>";
?>
<? echo "<li><a href=\"chat/chat.php\" onclick=\"window.open('chat/chat.php','The A-team Fans V3.0 - Chatbox','width=600,height=500,scrollbars=yes,toolbar=yes,location=yes'); return false\">Chatbox</a></li>"; ?>
Maar als ik op de link klikt, wordt de pagina "chat/chat.php" gewoon in hetzelfde venster geopend (dus niet in een popup).
Wat is er mis?
|