Salut,
J'ai un code qui ne marche pas sur Firefox.
Sur IE marche tres bien.Code:
1
2
3
4
5
6
7
8
9
10 window.onload=ref; function ref() { document.form1.mnt_solicite.value=''; document.form1.mnt_accorde.value=''; document.form1.mnt_utilisable.value=''; document.getElementById('submit1').disabled='disabled'; document.getElementById('submit6').disabled ='disabled'; }
Merci.