-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUpdateorders.jsp
More file actions
171 lines (130 loc) · 5.21 KB
/
Updateorders.jsp
File metadata and controls
171 lines (130 loc) · 5.21 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Free Pharmaceutical Company Template- Download HTML Website Templates</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
function ctck()
{
var sds = document.getElementById("dum");
if(sds == null){alert("You are using a free package.\n You are not allowed to remove the tag.\n");}
}
</script>
<head>
<SCRIPT LANGUAGE="JavaScript">
function dil(form)
{
for(var i=0; i<form.elements.length; i++)
{
if(form.elements[i].value == "")
{
alert("Fill out this Fields")
document.F1.custid.focus()
return false
}
}
if(isNaN(document.F1.custid.value))
{
alert("coustmer id must be number & can't be null")
document.F1.custid.value=""
document.F1.custid.focus()
return false
}
return true
}
</SCRIPT>
<div id="header">
<div id="navigation">
<ul>
<li><a href="index.jsp">Home</a></li>
<li><a href="about.jsp">About Us</a></li>
<li><a href="admin.jsp">ADMINISTRATOR </a></li>
<li><a href="customer.jsp">CUST0MER</a></li>
<li><a href="contactus.jsp">Contact Us</a></li>
</ul>
</div>
</div>
<table width="960" border="0" cellspacing="10" cellpadding="0" align="center">
<tr align="justify">
<td valign="top" width="220px">
<img src="images/hioxindia-pharmacy_08.jpg" alt="" border="0" /> <br />
<h1>Pharmaceutist</h1>
<p>Freedesignertemplates.com has a wide collection of HTML web design templates.</p>
<p align="right"><a href="#" class="more">View More</a></p>
</td> <td valign="top">
<form name=F1 onSubmit="return dil(this)" action="Updateorderprocess.jsp" >
<table cellspacing="5" cellpadding="3">
<%if(request.getAttribute("wrong")!=null)
{
out.print("<div>");
out.print("<font color='blue'><font size='4'>"+request.getAttribute("wrong")+"");
out.print("</div>");
}
%>
<tr><td>Customer ID:</td><td> <input type="text" name="custid"/></td></tr>
<tr><td></td><td><input type="submit" value="Submit"/>
<INPUT TYPE=RESET VALUE="CLEAR"></td></tr>
</table>
</form>
<td valign="top">
<img src="images/hioxindia-pharmacy_10.jpg" alt="" border="0" />
<h1>Drug Store</h1>
<p>Anyone can use these HTML templates just by replacing the content to the pre-existing site designs.</p>
<p align="right"><a href="#" class="more">View More</a></p>
</td>
<td valign="top">
<img src="images/hioxindia-pharmacy_12.jpg" alt="" border="0" />
<h1>Tablets</h1>
<p>This high quality free pharmaceutical company template is built using XHTML and CSS..</p>
<p align="right"><a href="#" class="more">View More</a></p>
</td>
</tr>
<tr><td colspan="4" style="border-bottom:1px solid #CCCCCC;"></td></tr>
</table>
<div id="content">
<table width="960" border="0" cellspacing="0" cellpadding="0">
<tr align="justify">
<td width="200" valign="top">
<img src="images/hioxindia-pharmacy_19.jpg" alt="" border="0" /> </td>
<td width="760" valign="top">
<h1>Welcome to Pharmaceutical Company Template</h1>
<p>This is free Pharmaceutical Company Template for your online website, blog or web page which is under Health and Medicine category. Anyone wants good, professional, template for their pharmacy, drug store, medical store then this template would be the best one. This free pharmaceutical company template is designed by professional designers to make your task much easier to customize it.</p><br />
<p>There are many other template categories like Arts, Agriculture, Computers, Satellite, Cars, Finance, Nature, Music, Personal Website, Religious, Fashion, Furniture, Holiday, Travel, Night club are available in this site. Have a look at the collection of HTML templates, pick the right one, preview and download it easily.</p>
</td>
</tr>
</table>
</div>
<div id="footer">
<div id="footer_1">
<ul>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul> <br />
<span id="design">Designed by <a id="dum" href="http://www.javatpoint.com" target="_blank">www.javatpoint.com</a></span>
<script type="text/javascript">
document.onload = ctck();
</script>
</div>
</div>
</body>
</html>
</head>
<body>
<div id="footer_top">
<div id="footer_navigation">
</div>
<div id="footer_copyright" >
<center><img alt="business" width="196" height="106"></center><br>
<p>Each people plan their site layouts depending upon their business type. Here comes a free designer template which provides you with a selection of different kinds of webdesign starting from business template, fashion template, media template, Science template, Arts template and much more.</p>
Copyright © Your Company Name</div>
</div>
<script type="text/javascript">
document.onload = ctck();
</script>
</div>
</body>
</html>