scopiazzando un po di codice sono arrivato a sta soluzione
codice:
<script>
function esempio(str) {
searchWin = window.open(str,'esempio','scrollbars=no,resizable=yes,width=150,height=170,status=no,location=no,toolbar=no');
// searchWin.refer = self;
}
</script>
<select onchange="window.open(this.options[this.selectedIndex].value+'','popup',
'width=480,height=240')">
<OPTION value="s.php">dasd</OPTION>
<OPTION value="dsa">dsa</OPTION></SELECT>
dite che puo andare ??
funzionera con tutti i browser ??