source: nutchez-0.1/tomcat/webapps/examples/jsp/sessions/carts.html @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 1.3 KB
Line 
1<html>
2<!--
3 Licensed to the Apache Software Foundation (ASF) under one or more
4  contributor license agreements.  See the NOTICE file distributed with
5  this work for additional information regarding copyright ownership.
6  The ASF licenses this file to You under the Apache License, Version 2.0
7  (the "License"); you may not use this file except in compliance with
8  the License.  You may obtain a copy of the License at
9
10      http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing, software
13  distributed under the License is distributed on an "AS IS" BASIS,
14  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  See the License for the specific language governing permissions and
16  limitations under the License.
17-->
18
19<head>
20    <title>carts</title>
21</head>
22
23 <body bgcolor="white">
24<font size = 5 color="#CC0000">
25
26<form type=POST action=carts.jsp>
27<BR>
28Please enter item to add or remove:
29<br>
30Add Item:
31
32<SELECT NAME="item">
33<OPTION>Beavis & Butt-head Video collection
34<OPTION>X-files movie
35<OPTION>Twin peaks tapes
36<OPTION>NIN CD
37<OPTION>JSP Book
38<OPTION>Concert tickets
39<OPTION>Love life
40<OPTION>Switch blade
41<OPTION>Rex, Rugs & Rock n' Roll
42</SELECT>
43
44
45<br> <br>
46<INPUT TYPE=submit name="submit" value="add">
47<INPUT TYPE=submit name="submit" value="remove">
48
49</form>
50       
51</FONT>
52</body>
53</html>
Note: See TracBrowser for help on using the repository browser.