/[projects]/dao/PakkeLeveringClient/WebContent/view.jsp
ViewVC logotype

Annotation of /dao/PakkeLeveringClient/WebContent/view.jsp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1977 - (hide annotations) (download)
Wed May 8 13:46:21 2013 UTC (11 years ago) by torben
Original Path: miscJava/PakkeLeveringClient/WebContent/view.jsp
File size: 989 byte(s)
Initial Import
1 torben 1977 <%@page contentType="text/html" pageEncoding="UTF-8"%>
2     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3     "http://www.w3.org/TR/html4/loose.dtd">
4    
5     <html>
6     <head>
7     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8     <title>GlassFish JSP Page</title>
9     </head>
10     <body>
11     <h1>Client Test</h1>
12     <form action="/PakkeLeveringClient/" method="get">
13     Postnr: <input type="text" name="postnr"><br>
14     Adresse: <input type="text" name="adresse"><br>
15     <input type="submit">
16     </form>
17     <br>
18     Distrikt: <%= request.getAttribute("distrikt") %><br>
19     Køreliste: <%= request.getAttribute("koreliste") %><br>
20     Kommunekode: <%= request.getAttribute("kommunekode") %><br>
21     Vejkode: <%= request.getAttribute("vejkode") %><br>
22     DBKbane: <%= request.getAttribute("DBKbane") %><br>
23     Meddelelse: <%= request.getAttribute("meddelelse") %><br>
24     Fejl: <%= request.getAttribute("fejl") %><br>
25    
26     </body>
27     </html>

  ViewVC Help
Powered by ViewVC 1.1.20