01: <html>
02:    <head> 
03:       <title>Time Zone Error JSP</title> 
04:    </head> 
05:    <body> 
06:       <p>Unfortunately, no information is available for
07:          <%= request.getParameter("city") %>. Please enter
08:          another city.
09:       </p>
10:       <form action="zonebranch.jsp"> 
11:          <p>City: 
12:             <input type="text" name="city"/> 
13:             <input type="submit" value="Get Time"/> 
14:          </p> 
15:       </form> 
16:    </body> 
17: </html>