OK ora ti ripeto passo passo :
codice:
<html>
<head>
<meta http-equiv="Content-Language" content="it">
<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>OverStocks</title>
<base target="_blank">
<script>
var doPopUpX = (screen.width/2)-150;
var doPopUpY = (screen.height/2)-200;
var pos = "left="+doPopUpX+",top="+doPopUpY;
function doPopUp(){
doPopUpWindow = window.open("qui_metti_la_pag_che_vuoi.html","tua_popup","width=300,height=400,"+pos);
}
</script>
</head>
<body topmargin="0" leftmargin="0">
....
Apri la popup
....
</body>
Controlla che ovunque ci sia la scritta "javascript" sia senza spazi nel mezzo.
Ti prego dimmi che funziona