Code: Alles auswählen
<SCRIPT type=text/javascript>
<!--
var win=null;
function popdown()
{win=window.open('http://www.artikelunion.de','popdown','width=1024,height=600,
location=yes,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,statusbar=yes' );
win.blur();}
setTimeout('popdown()', 5000);
//-->
</SCRIPT>
Erkennt jemand das Problem. Ich schnalls nicht?!
Danke!