codice HTML:<form name="sampleform" method="post" action="foto-process.asp?cod=<%=cod%>" ID="Form1"><input type="hidden" name="refreshCombo" value="1" ID="Hidden1"> <input name="all" type="checkbox" value="si" onClick="Spunta(this)"><span id="tutte">Seleziona tutti</span> <input type="text" name="foto<%=nIndex%>" size="13" class="normales" value="<%=GetValue("foto" & nIndex,Rec("foto" & nIndex))%>"> <INPUT type="checkbox" NAME="Pubblica<%=nIndex%>" ID="Pubblica<%=nIndex%>" <%=GetCheck(nIndex,cod)%> value="1"> <label for="Pubblica<%=nIndex%>">Internet</label> </form>