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