Ciao a tutti,
devo poter abilitare un campo text dinamico soltanto se ho fleggato il checkbox relativo:
<form name="registrationForm" method="POST" action="POPModuloInserimentoAbbonamento.asp" tmt:validate="true">
<input type="checkbox" name="CODICEASSET<%=contacampi%>" value="<%=Trim(Rs2("CODICEASSET"))%>">
<input id="IMPORTO<%=contacampi%>" ONKEYPRESS="CtrMoney()" type="text" name="a<%=contacampi%>" size="4" onchange="Somma(this);" class="StileForm" style="text-align: right">
</form>