par
Invité » 30 oct. 2008, 17:34
Bonjour,
J'ai un code qui fonctionne sur internet explorer mais il ne fonctionne pas avec firefox. Comment est-ce que je pourrais le modifié ?
if((document.enreg.not[0].status==false) && (document.enreg.not[1].status==false) && (document.enreg.not[2].status==false) && (document.enreg.not[3].status==false)) {
alert('Veuillez indiquer une notation !');
return false;
}
merci
Bonjour,
J'ai un code qui fonctionne sur internet explorer mais il ne fonctionne pas avec firefox. Comment est-ce que je pourrais le modifié ?
[php]if((document.enreg.not[0].status==false) && (document.enreg.not[1].status==false) && (document.enreg.not[2].status==false) && (document.enreg.not[3].status==false)) {
alert('Veuillez indiquer une notation !');
return false;
}[/php]
merci