comment faire qu'un choix dans une liste deroulante s ouvre dans une nouvelle fenetre ? Je n'y arrive pas meme en mettant des _blank un peu partout...
exemple (ca marche bien sauf le choix qui s ouvre dans la meme fenetre) :
<div align="Left">
<FORM NAME="LWform">
<SELECT NAME="list" onChange="top.location.href=this.form.list.options[this.form.list.selectedIndex].value">
<OPTION SELECTED VALUE="">CHOIX :
<OPTION VALUE="musik.htm">MUSIQUE
<OPTION VALUE="culture.htm">CULTURE
</SELECT>
</FORM>
</DIV>