scusate ho uno scriprt che mi apre una finestra popup
<!--
function Carrello(){
var w = screen.width/1.5
var h = screen.height/1.5
var x = Math.round(w-(960/2))
var y = Math.round(h-(640/2))
var pippo
{
newwindow=window.open("EUshopcart.asp?mode=add&ite mno="+pippo,"","scrollbars=yes width=620,height=550,screenX="+x+",left="+x+",scre enY="+y+",top="+y+"")
}
}
//-->
</script>
pippo lo invio da
<input type="image" src="../images/9.jpg" onClick="Carrello();pippo=7" width="101" height="56">
ma non funziona scrivo male il comando "Carrello();pippo=7"? ?