j'ai crée 1 checkbox; 1 bouton et 2 textbox
je test si la checkbox est cochée
ce bout de code marche quand je fais une "application windows"Code:
1
2
3
4
5
6
7
8
9
10 if checkbox1.checked then textbox1.text="" textbox2.text="" textbox1.readonly=true textbox2.readonly=true else textbox1.readonly=false textbox2.readonly=false end if
ici je développe une application web et ca ne marche pas, jcomprend vraiment pas.
merci d'avance.
bien à vous.