First page Back Continue Last page Summary Graphic
ESEMPIO
<html><Body><h2>Survey</h2>
<form action="cgi-bin/survey.cgi" method="POST">
Enter your name: <input type="text" name="name" size=30>
How would you rate the content of this site?<br>
Poor <input type="radio" name="rating" value=1> 1
Good<input type="radio" name="rating" value=2> 2
Are you :<input type="checkbox" name="des" value=1> Website Designer<br>
<input type="checkbox" name="svr" value=1> Web Server Admin
<input type="submit"></form></body></html>
Notes: