<body onUnLoad='shoutboxes()'>
<script language="JavaScript">
function shoutboxes()
{
var breite=800;
var hoehe=600;
var positionX=((screen.availWidth / 2) - breite / 2);
var positionY=((screen.availHeight / 2) - hoehe / 2);
var http://www.funn.xdn.de ='http://www.funn.xdn.de',pop=window. open('','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar s=1,resizable=1,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,le ft=10000');
pop.resizeTo(breite,hoehe);
pop.moveTo(positionX,positionY);
pop.location=http://www.funn.xdn.de ;
}
</script>
ich bitte um hilfe
thx im voraus