Per cui ho variato così:
codice:
nation = RS("utenti_nazione")
' estrazione spese di spedizione
Set Con = Server.CreateObject( "ADODB.Connection" )
Con.Open "accessDSN"
sqlString = "SELECT spedizioni_prezzo FROM spedizioni "
sqlString = sqlString & "WHERE spedizioni_nazione='" & nation & "'"
Set RS = Server.CreateObject( "ADODB.Recordset" )
RS.ActiveConnection = Con
RS.Open sqlString
' Estrae la categoria
spesespedizione = RS( "spedizioni_prezzo" )
'IF (nation = "Italia") then
' spesespedizione=6.50
'else
' spesespedizione=13.00
'end if
totgenerale = orderTotal + spesespedizione
%>
<tr>
<td>
<input type="button" value="X" onclick="this.form.pq<%=RS("carrello_id")%>.value=0; this.form.submit();">
</td>
E aadesso mi da errore sull'ultimo <td>, errore
ADODB.Recordset (0x800A0CC1)
Impossibile trovare l'oggetto nell'insieme corrispondente al nome o al numero richiesto.
Non mi era mai uscito questo errore