è possibile aprire una popup a destra ?
così non funziona...
<script>
function product(str) {
searchWin = window.open(str,'product','scrollbars=yes,resizabl e=no,right=0,top=0,width=440,height=480,status=no, location=no,toolbar=no');
// searchWin.refer = self;
}
</script>
Grazie !