Ciao raga,
non avendo un WYSWYG, non riesco a capire come inserire i tag <form>.. Ora come ora non funziona l'invio del form.
[supersaibal]
<table id="table">
<caption>Modulo inserimento dati</caption>
<colgroup id="gruppo2" />
<thead>
<tr>
<th colspan="3"></th>
</tr>
</thead>
<tfoot>
<tr>
<th colspan="3">diritti riservati</th>
</tr>
</tfoot>
<tbody><form action="index.php" method="POST" name="modulo" enctype="multipart/form-data">
<tr>
<th>Ragione Sociale:</th> <th><input type="text" name="RagioneSociale" size="30"><th /></tr><tr>
<th>Legale rappresentante:<th /> <input type="text" name="Legrapp" size="30"><th /></tr><tr>
<th>Indirizzo:<th /> <input type="text" name="Indirizzo" size="30"><th /></tr><tr>
<th>CAP:<th /> <input type="text" name="CAP" size="30"><th /></tr><tr>
<th>Citta':<th /> <input type="text" name="Citta" size="30"><th /></tr><tr>
<th>Telefono:<th /> <input type="text" name="Telefono" size="30"><th /></tr><tr>
<th>Fax:<th /> <input type="text" name="Fax" size="30"><th /></tr><tr>
<th>Email:<th /> <input type="text" name="Email" size="30"><th /></tr><tr>
<th>Web:<th /> <input type="text" name="Web" size="30"><th /></tr><tr>
<th>Redazionale:<th />
<TEXTAREA onkeypress="this.value=this.value.substr(0,65.534) " onblur="this.value=this.value.substr(0,65.535)" name="Redazionale" cols=30 rows=8 id=textarea2></TEXTAREA><th /></tr><tr>
<th><input type="submit" value="invia" /></th></tr>
</form></tbody></table>
[/supersaibal]
Grazie per la collaborazione.
dies![]()