Scusa ma non ho ben capito....

<HTML>
<BODY>

<INPUT type="text" name="nome" value="il valore passato">

<form method=get action="1.html">
<INPUT type="button" name="" value="insert"></form>
<form method=get action="2.html">
<INPUT type="button" name="" value="update"></form>
<form method=get action="3.html">
<INPUT type="button" name="" value="delete"></form>

</FORM>

</BODY>
</HTML>

Potresti modificarmi uno dei bottoni per fargli inviare quello che cè nella casella di testo

grazie