ContractAdd.jsp
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" import="java.sql.*"%>
<html> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Contract Add</title>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
function valid(form)
{
var field1=form.ContractCode;
var field2=form.Descp;
var field3=form.StDt;
var field4=form.wprd;
ContractCode=field1.value;
Descp=field2.value;
StDt=field3.value;
wprd=field4.value;
if(ContractCode.length==0)
{
alert("The Contract Code Field Cannot Be Left Blank");
field1.focus();
return false;
}
else if(Descp.length==0)
{
alert("The Description Field Cannot Be Left Blank");
field2.focus();
return false;
}
else if(StDt.length==0)
{
alert("The Start Date Field Cannot Be Left Blank");
field3.focus();
return false;
}
else if(wprd.length==0)
{
alert("The Warranty Period Field Cannot Be Left Blank");
field4.focus();
return false;
}
}
//-->
</SCRIPT>
</head>
<body>
<form onsubmit="return valid(this)" method="post" action="ContractAdded.jsp">
<div style="position: absolute; width: 997; height: 178; z-index: 1; left:0px; top: 36px; right: 2; bottom:1024" id="layer4">
<div style="position: absolute; width: 181; height: 31; z-index: 1; left: 10px; top: -33px" id="layer1">
<img border="0" src="images/logo5.GIF" width="181" height="31"></div>
<img border="0" src="images/contacttop-img.jpg" width="997" height="178"></div>
<div style="position: absolute; width: 831px; height: 325px; z-index: 2; left: 166px; top: 225px" id="layer6">
<img border="0" src="images/bkg.gif" width="831" height="325"></div>
<div style="position: absolute; width: 831px; height: 19px; z-index: 3; left: 166px; top: 558px" id="layer7">
<div style="position: absolute; width: 148px; height: 219px; z-index: 1; left: -163px; top: -301px;right: 2" id="layer5">
<!-- Begin Free-Web-Buttons.com -->
<style>#web-buttons-idhyzy6 a{display:block;color:transparent;} #web-buttons-idhyzy6 a:hover{background-position:left bottom;}a#web-buttons-idhyzy6a {display:none}</style>
<table id="web-buttons-idhyzy6" width=0 cellpadding=0 cellspacing=0 border=0>
<tr><td style="padding-bottom:15px" title ="Home">
<a href="Home.jsp" title="Home" style="background-image:url(images/bthyzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
<tr><td style="padding-bottom:15px" title ="Contact Us">
<a href="ContactUs.jsp" title="Contact Us" style="background-image:url(images/btkyzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
<tr><td style="padding-bottom:15px" title ="About Us">
<a href="AboutUs.jsp" title="About Us" style="background-image:url(images/btgyzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
<tr><td style="padding-bottom:15px" title ="Contract">
<a href="Contract.jsp" title="Contract" style="background-image:url(images/bt7xzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
<tr><td style="padding-bottom:15px" title ="View">
<a href="ContractView.jsp" title="View" style="background-image:url(images/btmxzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
</table></div>
<div style="position: absolute; width: 361px; height: 18px; z-index: 1; left: 194px; top: 20px" id="layer8" align="center">
<font size="3">Copyright © SureVac Call Management, 2009. All Rights
Reserved.</font></div><p>
<img border="0" src="images/bg_footer.gif" width="832" height="32"></div>
<div style="position: absolute; left: 889px; top: 13px; width: 97px; height: 18px; z-index: 4" id="layer2">
<a href="Home.jsp">Home</a>
<a href="Contract.jsp">Back</a><div style="position: absolute; width: 1; height: 18; z-index: 1; left: 37px; top: 0px" id="layer3">
<img border="0" src="images/htc.gif" width="1" height="18"></div></div>
<%
Connection con=null;
Statement s;
ResultSet rs=null;
int ctr;
String code,codeval;
String finalcode;
String fcode;
try
{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
// con=DriverManager.getConnection("jdbc:odbc:ds","sa","niit");
con=DriverManager.getConnection("jdbc:odbc:SureVacCallDS","sa","P@ssw0rd");
s=con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
rs=s.executeQuery("Select code from Contract");
if(rs.last()==true)
{
code=rs.getString(1).toString();
codeval=code.substring(1,4);
ctr=Integer.parseInt(codeval);
if((ctr>=1)&&(ctr<9))
{
ctr=ctr+1;
finalcode="C00"+ctr;
fcode=finalcode;
%>
<div style="position: absolute; left: 827px; top: 358px; width: 115; height: 116; z-index: 7; border: 3px groove #0000FF" id="layer10">
<img border="0" src="images/CAV9SKQC.jpg" width="115" height="116"></div>
<div style="position: absolute; left: 281px; top: 243px; width: 484px; height: 262px; z-index: 5" id="layer9"> <br>
<table border="0" width="100%" style="border-collapse: collapse">
<tr>
<td width="150" align="left" height="35" valign="top">
<font face="Calibri" size="4" color="#0000FF">Contract Code :</font></td>
<td align="left" height="35" valign="top">
<input type="text" name="ContractCode" value="<%=fcode%>" READONLY="readonly">
</td> </tr>
<tr>
<td width="150" height="35" align="left" valign="top">
<font face="Calibri" size="4" color="#0000FF">Description :</font></td>
<td height="35" align="left" valign="top">
<textarea name="Descp" rows="2" cols="17">
</textarea>
</td>
</tr>
<tr>
<td width="150" align="left" height="35" valign="top">
<font face="Calibri" size="4" color="#0000FF">Start Date :</font></td>
<td align="left" height="35" valign="top">
<input type="text" name="StDt"></td>
</tr>
<tr>
<td width="150" align="left" height="35" valign="top">
<font face="Calibri" size="4" color="#0000FF">Warranty Period :</font></td>
<td align="left" height="35" valign="top">
<input type="text" name="wprd"></td>
</tr>
<tr>
<td width="150" align="left" valign="top">
<input type="submit" name="Submit" value="Save">
<td align="left" valign="top">
<input type="reset" value="Cancel"></td>
</tr></table></div><%
}
else if((ctr>=9)&&(ctr<99))
{
ctr=ctr+1;
finalcode="F0"+ctr;
fcode=finalcode;
%>
<div style="position: absolute; left: 827px; top: 358px; width: 115; height: 116; z-index: 7; border: 3px groove #0000FF" id="layer10">
<img border="0" src="images/CAV9SKQC.jpg" width="115" height="116"></div>
<div style="position: absolute; left: 281px; top: 243px; width: 484px; height: 262px; z-index: 5" id="layer9">
<br>
<table border="0" width="100%" style="border-collapse: collapse">
<tr>
<td width="150" align="left" height="35" valign="top">
<font face="Calibri" size="4" color="#0000FF">Contract Code :</font></td>
<td align="left" height="35" valign="top">
<input type="text" name="ContractCode" value="<%=fcode%>" READONLY="readonly">
</td>
</tr>
<tr> <td width="150" height="35" align="left" valign="top">
<font face="Calibri" size="4" color="#0000FF">Description :</font></td>
<td height="35" align="left" valign="top">
<textarea name="Descp" rows="2" cols="17"> </textarea> </td>
</tr>
<tr>
<td width="150" align="left" height="35" valign="top">
<font face="Calibri" size="4" color="#0000FF">Start Date :</font></td>
<td align="left" height="35" valign="top">
<input type="text" name="StDt"></td></tr>
<tr>
<td width="150" align="left" height="35" valign="top">
<font face="Calibri" size="4" color="#0000FF">Warranty Period :</font></td>
<td align="left" height="35" valign="top">
<input type="text" name="wprd"></td></tr>
<tr>
<td width="150" align="left" valign="top">
<input type="submit" name="Submit" value="Save">
<td align="left" valign="top">
<input type="reset" value="Cancel"></td>
</tr>
</table>
</div>
<%
}
}
else
{
out.println("Try again");
}
}
catch(Exception e)
{
out.println("There are some invalid data::: "+"\n"+e);
}
finally
{
con.close();
}
%>
</form>
</body></html>
No comments:
Post a Comment