Salve a tutti,

come posso resettare un campo di un form dopo l'invio ?


<form method=POST action="chat.asp#fondo" target=principale>

<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="40">
<tr>
<td width="12%"><font size="1">MESSAGGIO</font></td>
<td width="40%"><input type="text" size="50" name="chat" style="border-style: solid; border-width: 1; background-color: #F7F7F7"></td>
<td width="38%"><input type="submit" value="Invia" size="20"></td>
</tr>
</table>
<input type="hidden" value="msg" name="azione" size="20">
</form>