Eccolo
codice:<table> <tr> <td align="left" class="dati" colspan="2"> <input type="radio" name="operazione" value="onlytable" onselect="javascript:comando()" checked>CREA UNA NUOVA TABELLA <input type="radio" name="operazione" value="tablepages" onselect="javascript:comando()">CREA UNA NUOVA TABELLA E LE PAGINE PER LA GESTIONE <input type="radio" name="operazione" value="fields" onselect="javascript:comando()">CREA NUOVI CAMPI IN TABELLA ESISTENTE (le modifiche alle pagine di gestione andranno fatte a mano) </td> </tr> <tr> <td class="form">NOME NUOVA TABELLA</td> <td class="dati"><div id="nt"><input type="text" name="nuova_tabella" size="50"> ?</div></td> </tr> <tr> <td class="form">SELEZIONA TABELLA ESISTENTE</td> <td class="dati"><div id="t"><select name="tabella"> <option></option> ... codice asp che richiama tutte le tabelle contenute nel db... </select>?</div></td> </tr>

Rispondi quotando