Codice PHP:
 <form name "Modifica"  method="get" action="Carrello.asp?numrec=<%=rs("NumRec")%>&modo=canc"
       
                    <
input type =text name="Quantita" size="3" value="<%=rs("qua")%>" class="input_ricerca">
                    <
input type =hidden name "Modo" value ="Canc">
                            
                  </
td>
                <
a href="carrello.asp?Modo=canc&NumRec=<%=rs("NumRec")%>">
                  <
input type image name="Image49" border="0" src="mb/x_up.gif" alt="Cancella Questo Prodotto dal Carrello" ></a></td>
                                                     
                     
                   <
a href="javascript:document.Modifica.submit();return false">
                      <
input type "image" name="Image5611" border="0" src="mb/agg_tot_up.gif" )></a></td>
                     
      </
form
dato il seguente codice ho 2 immagini una che cancella il prodotto e l'atra che aggiorna la quantita

l'immagine che cancella possiede un link che contiene il modo e il codice da cancellare
mentre l'immagine che modifica ha un javascript che spedisce tutto

ebbene l'immagine di cancellazione mi va in update e spedisce la text mentre il javascript.submit nn spedisce neite

come è possibile?