"; var ajoue= false; function verif() { if( ! ajoue ) { ajoue = true; if (document.forms[0].motmanquant.value==motmanq) { document.forms[0].repcorr.value=1; document.forms[0].etat.value="2"; ouvre('popup_m.asp?quest=217&varvrai=1'); } else { document.forms[0].repincorr.value=1; document.forms[0].etat.value="1"; ouvre('popup_m.asp?quest=217'); } } else { alert("Vous avez déjà répondu à cette question"); } } function verif2() { if( ! ajoue ) { ajoue = true; if (document.forms[0].motmanquant.value==motmanq) { document.forms[0].repcorr.value=1; document.forms[0].etat.value="2"; ouvre('popup_m.asp?quest=217&varvrai=1'); } else { document.forms[0].repincorr.value=1; document.forms[0].etat.value="1"; ouvre('popup_m.asp?quest=217'); } } else { alert("Vous avez déjà répondu à cette question"); } result=10 if (result !=1) pass(); else pass2(); } function pass() { if (ajoue == false) alert("vous n'avez pas répondu à la question"); else document.forms[0].submit(); } function pass2() { if (ajoue == false) alert("vous n'avez pas répondu à la question"); else { document.forms[0].action="page_exofin_manquant.asp"; document.forms[0].submit(); } } function ouvre(dest1) { dest = open(dest1,"fenetre","toolbar=0,directories=0,menubar=0,scrollbars=1, status=0,resizable=0,width=300,height=150"); window.dest.focus(); } var soncharge=false; var imgson = 'img/picto/son.gif'; function son() { if (exist_son==true) { soncharge=true; document.images['son'].src=imgson; document.images['son'].width="30"; document.images['son'].height="28"; } } function go() { if (soncharge==true) document.embeds[0].play(); }