Per il problema dell'alert c'e' una parentesi tonda di troppo nello script function Ricerca()
Per il problema dell'alert c'e' una parentesi tonda di troppo nello script function Ricerca()
codice:<script type="text/javascript"> function Ricerca(IDtabella,voce,valore,valoredadata){ alert(IDtabella + "----" + voce + "----" + valoredadata + "----"); } </script> </head> <body> <label for="from">From</label> <input type="text" id="from" name="from"> <label for="to">to</label> <input type="text" id="to" name="to"> <a href="javascript:Ricerca('tabella1','Comune','Pescara',document.getElementById('to').value)">PREMI QUI</a> </body>
Cavicchi Andrea
Problemi con javascript, jquery, ajax clicca qui
Grazie molte Andrea