ho fatto tutto come mi hai detto ma continua a non funzionare , quui c'è il codice, prova e vedrai.grazie comunque
pardon il codice:
<html>
<head>
</head>
<body>
<form name="form1" action="pannell1" method="GET">
<table>
<tr>
<td>
<select id="utente" onchange="submit();">
<option value="1">
</td>
</select>
</tr>
<tr>
<tr>
<td>
Utente:</td><td><input type="text" value="" name="utente_ins">
</td>
</tr>
<tr>
<td>
Password</td><td><input type="text" value="" name="pass_ins">
</td>
</tr>
<tr>
<td>
Host:</td><td><input type="text" value="" name="host_ins">
</td>
</tr>
<tr>
<td>
ftp Utente:</td><td><input type="text" value="" name="ftputente_ins">
</td>
</tr>
<tr>
<td>
ftp Password</td><td><input type="text" value="" name="ftppass_ins">
</td>
</tr>
<input type="hidden" name="id">
<input type="button" value="salva" onclick="document.form1.action='pannello.php?azion e=save';document.form1.submit();">
</table>
</form>
</body>
</html>