CIAO A TUTTI, NON RIESCO A RECUPERARE IL NUMERO SELEZIONATO DA OPTION..
codice:
var popUpWin=0;
var badgericevuta = document.insert.cp.options.selected;
function popUpWindow(URLStr, left, top, width, height)
{
if(popUpWin)
{
if(!popUpWin.closed) popUpWin.close();
}
popUpWin = open('stampa.asp?num_badge="+ badgericevuta +"'), 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+650+',height='+400+',left='+250+', top='+250+',screenX='+left+',screenY='+top+'');
}
GRAZIE