Salve ho un problema nell'inviare i dati del form toCSV1 tramite submit, ma usando il link e non la solita <input type="submit" name="submit">
Questo è il codice
<form action="dettagliO.php" method="post" name="toCSV1">
<input type="text" name="condizione" value="CCD">
300
</form>
l'errore che mi ritorna è:
Object doesn't support this property or method e la linea è proprio sul link.
300
se utilizzo <input type="submit" name="submit"> funziona....
grazie per le risposte.