Internet Explorer : Gestion des listes
<SELECT NAME='statut' ID='statut' onChange='alert(document.getElementById("statut").value);'>
<OPTION>non défini</OPTION>
<OPTION>chercheur</OPTION>
<OPTION>enseignant-chercheur</OPTION>
<OPTION>ITA</OPTION>
<OPTION>doctorant</OPTION>
<OPTION>temporaire</OPTION>
<OPTION>post-doctorant</OPTION>
<OPTION>stagiaire</OPTION>
<OPTION>visiteur</OPTION>
</SELECT>
Pour que l'alert fonctionne, il FAUT avoir les VALUE sur chaque champ option !!!
