Ciao a tutti, ho 100 pulsanti molto piccoli numerati da 1 a 100...
come posso (nella pagina successiva) sapere quale pulsante ho premuto?
codice:
<input type="submit" value="1" style="width:21px; height:25px; font-family: trebuchet MS; background-color: #F1F1F1;">
<input type="submit" value="2" style="width:21px; height:25px; font-family: trebuchet MS; background-color: #F1F1F1;">
<input type="submit" value="3" style="width:21px; height:25px; font-family: trebuchet MS; background-color: #F1F1F1;">
...
...
<input type="submit" value="99" style="width:21px; height:25px; font-family: trebuchet MS; background-color: #F1F1F1;">
<input type="submit" value="100" style="width:21px; height:25px; font-family: trebuchet MS; background-color: #F1F1F1;">
ho anche provato a mettere davanti ad ogni pulsante, un campo hidden, contenente il numero del bottone, ma in questo caso, inviando un qualsiasi bottone, la pagina mi invia tutti i 100 campi...
avete soluzioni?