-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres.jsp
77 lines (74 loc) · 2.96 KB
/
res.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.unnamed1 {FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
-->
</style>
</head>
<body background="/images/exptextb.jpg">
<table width="100%" height="257">
<tr valign="top">
<td width="23%" height="24" align="center"> <p><strong>
<marquee>
</marquee>
</strong><b>We Accept</b> </p>
<p><img src="../image/blank/cards.gif" width="131" height="100"> </p>
<p><img src="../image/001.gif" width="92" height="36"></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td><td width="54%" valign="top" align="left"><p><font size="+2" color="#990000">Delivery Order Form </font></p>
<table width="327">
<tr>
<td width="154" align="right"><b>Customer Name</b></td>
<td width="157" align="left"><input type="text" name="cname" size="20"></td>
</tr>
<tr>
<td width="154" align="right"><strong>Address</strong></td>
<td width="157" align="left"><textarea name="adr" cols="35" rows="5"></textarea></td>
</tr>
<tr>
<td width="154" align="right"><b>Contact No</b></td>
<td width="157" align="left"><input type="text" name="cname" size="20"></td>
</tr>
<tr>
<td width="154" align="right"><b>MailId</b></td>
<td width="157" align="left"><input type="text" name="mail" size="20"></td>
</tr>
<tr>
<td width="154" align="right"><b>Food Items</b></td>
<td width="157" align="left"><select name="food">
<option></option></select></td>
</tr>
<tr>
<td width="154" align="right"><strong>Quantity</strong></td>
<td width="157" align="left"><select name="select">
<option></option>
</select></td>
</tr>
<br><br>
<tr>
<td width="154" align="right"></td>
<td width="157" align="left"><input type="submit" value="submit order"></td>
</tr>
</table></td>
<td width="23%" valign="top" background=""><p><img src="../image/special_top.gif" width="202" height="67"></p><p><img src="../image/special_1.gif" width="202" height="67"></p>
<p align="center"><img src="../image/special_2.gif" width="202" height="66"></p>
<p align="center"><img src="../image/special_3.gif" width="202" height="82"></p>
<p align="center"><img src="../image/topmenu_right.gif" width="162" height="52"><br><img src="../image/top_pic.gif" width="162" height="59"></p> </td>
</tr>
</table>
<p> </p>
<p align="center"> </p>
<p> </p>
<p align="center"> </p>
</body>
</html>