First page Back Continue Last page Summary Graphic
Invio dati con GET
<form action="env.cgi" method="GET">
Enter some text here:
<input type="text" name="sample_text" size=30>
<input type="text" name="other_text" size=30>
<input type="submit"><p></form>
env.cgi?sample_text=whatever+you+typed&other_text=etc+etc
Notes: