📄 new 3
字号:
<html>
<head>
<style type="text/css">
/*style for text*/
.mainheadings {color: black; font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-weight: bold;}
.subheadings {color: black; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; height:25; text-align:left;}
.maintext {font-size: 12px; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none;}
.paratext {FONT-SIZE: 12px; COLOR: #00000; LINE-HEIGHT: 1.4em; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none;}
.tableheadings{FONT-WEIGHT: bold; FONT-SIZE: 12px; height:25; background:#DEF5C1; COLOR: #004A6D; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none;}
.tabletext{FONT-SIZE: 12px; background:#F4F9F2; height:25;FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none;}
.errortext{font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight:bold; color:#990000;}
.lgntext{color: #1673A5;font-family: Arial,Helvetica,sans-serif; font-size: 12px ; font-weight: bold;}
.smalltext{ font-family:Arial,Helvetica,sans-serif, helvetica, sans-serif; color:#004a6d; font-size:9px;}
.ltext{font-family:Arial,Helvetica,sans-serif, helvetica, sans-serif; color:white;font-size:11px;}
.toptext{font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight:bold; color:white;}
.bottomtext{font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight:bold; color:white;}
/* style for text ends here*/
/*style for links*/
A.linktext:link { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: none;}
A.linktext:visited { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: none;}
A.linktext:active { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: none;}
A.linktext:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: underline;}
A.toplinktext:link { font-weight: bold;font-size: 11px;font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: none}
A.toplinktext:visited { font-weight: bold;font-size: 11px;font-family: Arial, Helvetica,sans-serif; color: white; text-decoration: none}
A.toplinktext:active { font-weight: bold;font-size: 11px;font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: none }
A.toplinktext:hover { font-weight: bold;font-size: 11px;font-family: Arial, Helvetica, sans-serif; color: white; text-decoration: underline ;}
/*style for links ends here*/
/*form element styles*/
.formelement{FONT-SIZE: 12px; WIDTH: 150px; COLOR: #000000; FONT-FAMILY: Arial,Helvetica,sans-serif;}
.formelement_ta{FONT-SIZE: 12px; width:250px; height:90px; COLOR: #000000; FONT-FAMILY: Arial,Helvetica,sans-serif;}
.formelement_select{FONT-SIZE: 12px; WIDTH: 165px; COLOR: #000000; FONT-FAMILY: Arial,Helvetica,sans-serif;}
/*form element styles end here*/
/*stylesheet for buttons*/
INPUT.button
{BACKGROUND-COLOR: #DEF5C1; BORDER-BOTTOM: #004A6D 1px solid;BORDER-LEFT: #004A6D 1px solid; BORDER-RIGHT: #004A6D 1px solid; BORDER-TOP: #004A6D 1px solid;
padding-left:7px; padding-right:7px;height:20px; COLOR: #004A6D; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold;}
/*stylesheet for buttons end here*/
</style>
<LINK REL=STYLESHEET TYPE="text/css" HREF="/banking/templates/Sample.css">
<script language="javascript" src="/banking/templates/Validate.js"></script>
</head>
<!-- mega commadned om 07-12-06-->
<!--<body leftmargin="0" topmargin="0" bgcolor="#C3E8FD">-->
<body leftmargin="0" topmargin="0" >
<!-- <table height="88%" background="c:/eStmts-images/watermark.jpg" cellspacing="0" cellpadding="0" border="0" width="100%">-->
<tr><td height = "20" nowrap="true" colspan="2" class="mainheadings"></td></tr>
<tr >
<!-- body starts here -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="/banking/templates/default.css" rel="stylesheet" type="text/css">
<script language="javascript" src="/banking/templates/cal.js"></script>
<script language="javascript" src="/banking/templates/Validate.js"></script>
<form name = "sisdetails" action = "" method = "post">
<table width="100%" cellspacing="0" cellpadding="0" id="dataEntryTable" border="0">
<tr class = "mh">
<caption> DUPLICATE STATEMENT </caption>
</tr>
</table>
<tr>
<td colspan="2"> </td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" id="dataEntryTable" border="0">
<tr>
<td width="15%" class="f-right">Account No</td>
<td>
<input name = "cardno" type = "text" value="" size="11" maxlength="11"/>
<td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" id="dataEntryTable" border="0">
<tr>
<td width="15%" class="f-right">Statement date</td>
<td>
<input class="txtbox-120" type="text" name="statement_date" size="11"/>
<font color="red">*</font>
<a href="javascript:show_calendar('sisdetails.statement_date');" border="0">
<img src="/banking/images/calendar.gif" border=0>
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" id="dataEntryTable" border="0">
<tr>
<table width="100%" cellspacing="0" cellpadding="0" id="actionButtons">
<td align="left">
<input type="button" class="buttonStyle" value="Submit" onclick="javascript:callSubmit()"/>
</td>
</tr>
</table>
</form>
<script language="javascript">
function callSubmit(){
if ( Not_Null(sisdetails.cardno) == false) {
alert("Please enter the cardnumber");
// document.sisdetails.cardno.focus();
return;
}
cardnumber = sisdetails.cardno.value;
if( cardnumber.length!=11){
alert("Card No should be 11 digits ");
//document.sisdetails.cardno.focus();
return;
}
// if ( isValidSCBCard(cardnumber) == false ){
// //document.sisdetails.cardno.focus();
// return;
// }
if ( Not_Null(sisdetails.statement_date) == false) {
alert("Please enter date");
//document.sisdetails.statement_date.focus();
return;
}
if ( Check_Date(sisdetails.statement_date) == false ){
//document.sisdetails.statement_date.focus();
return;
}
document.sisdetails.action = "/banking/servlet/action/sis/statement-action";
document.sisdetails.submit();
}
</script>
<!-- body ends here -->
</tr>
</tr>
</table>
<!--
<table cellspacing="0" cellpadding="0" border="2" width="100%">
<TR>
<TD colSpan=2>
<!--bottom starts here
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD colspan="2" height=20>
<FONT face="Arial,Helvetica,sans-serif, helvetica, sans-serif" color=#000000 size=-2>
<br><br><CENTER>This site is optimised for IE 5.5 and above and is best viewed with screen resolution of 800 x 600. empty template.jspss
</CENTER>
</FONT>
</TD>
</TR>
<TR>
<TD colspan="2" height=20>
<FONT face="Arial,Helvetica,sans-serif, helvetica, sans-serif" color=#000000 size=-2>
<CENTER>Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -