Ich hb hier mal folgenden code.... leider öffnet sich nicht beim klicken auf den andeen link auch ein neues Popup Fenster es wird jeder Linkimmer im selben Popup geöffnet. Was muss ich machen damit ich immer ein Extra Popup bekomme??
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>LinkVerzeichnis</title>
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math
.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft +
",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,setti
ngs);
win.focus();}
// -->
</script>
</head>
<body>
<a href="javascript:NewWindow('\Infox_Poch.html','mypopup','1000','700','custom','front');">PochmeetsInfoX</a>
<p>
<a href="javascript:NewWindow('text.htm','mypopup','910','620','custom','front');">BlocktextMaker</a>
</p>
</body></html>