Dovrei fare uscire una scrollbar nella pop up ma non esce. Perche'?
codice:<script> function crea(str) { searchWin = window.open(str,'crea','scrollbars=si,resizable=si,width=550,height=400,status=no,location=no,toolbar=no'); // searchWin.refer = self; } </script>