Così mi da tutti gli articoli ma mo da n invia per n righe. Io vorrei 1 invio per n righe.codice:<form action="giada.asp" method="post"> <%Do until Rs.eof=True %> <table border="1" width="100%"> <tr> <td width="10%"><INPUT TYPE="TEXT" name="id" value="<%=rs("contatore")%>"></td> <td width="65%"><%=rs("descrizione")%></td> <td width="5%"><%=rs("quantita")%></td> <td width="5%"><%=rs("giacenza")%></td> <td width="5%"><INPUT TYPE="TEXT" name="cons" value="<%=rs("consegnato")%>"></td> <td width="15%"><input type="submit" value="invia"><font color="#FF9933"></font></font></td> </font> </tr> </table></div>