slt,
j'ai cherché sur google comme tu as dit mais je n'ai rien trouvé

juste ce script qui fonctionne pas:
<form name="formul" method="post" action="test.php3">
<table width="90%">
<tr>
<td nowrap width="40%"> paiement par</td>
<td width="40%">votre code</td>
</tr>
<tr>
<td>
<input type="radio" value="cb" name="mode" onClick='Activer()'> CB<br />
<input type="radio" value="ce" name="mode" onClick='Activer()'> CE<br />
<input type="radio" value="ch" name="mode" checked onClick='Desactiver()'> CH<br />
</td>
<td><input type="password" value="code" name="codecarte" disabled></td></tr>
</table>
</form>
<SCRIPT>
<!--
function Activer()
{
window.document.formul.codecarte.disabled="false";
}
function Desactiver()
{
window.document.formul.codecarte.disabled="true";
}
//-->
</SCRIPT>
Pourrat on me dire ou est le prob ds ce script?
merci