ich habe mir mittels javascript ein popup zum anklicken gebaut
so:
Code: Alles auswählen
<script language="JavaScript" type="text/javascript">
function popup()
{
NF=window.open("shoutbox.php","neu","width=350,height=500");
NF.focus; }
</script>
so:
Code: Alles auswählen
<a href="" class="white" onclick="javascript:popup('shoutbox.php')">ShoutBox</a>
kann man das unterdrücken ??
kolja