01: <html>
02:    <head>
03:       <title>Time Zone Database Form</title>
04:    </head>
05:    <body>
06:       <form action="zonedb.jsp" method="POST">
07:          <p>City: 
08:             <input type="text" name="city"/>
09:             <input type="submit" value="Get Time"/>
10:          </p>
11:       </form>
12:    </body>
13: </html>