📄 yhgl.asp
字号:
<!--#include file="YHLib.asp"-->
<%
if Request.ServerVariables("Request_Method") = "POST" then
ret = Command("407|"&Request.Form("tCKLX")&"|"&Request.Form("tDKJQ")&"|"&Request.Form("tZZJY"))
if GetPart(ret,1) <> "0" then
Response.Redirect("..\..\error.asp?MSG="&GetPart(ret,2))
else
Response.Redirect("..\..\msg.asp?MSG=银行设置已保存!")
end if
Response.End
end if
ret = Command("406|")
%>
<HTML>
<HEAD>
<title>银行管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<script>
window.resizeTo(360,180);
window.moveTo(screen.width/2-360/2,screen.height/2-180/2);
</script>
<style type="text/css">
<!--
.p9 { font-family: "宋体"; font-size: 9pt}
.Tbutton { font-family: "宋体"; font-size: 9pt;cursor:hand;width:66px;height:22px}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function window_onresize() {
window.resizeTo(360,180);
window.moveTo(screen.width/2-360/2,screen.height/2-180/2);
}
function bQC_onclick() {
window.close ();
}
function tCKLX_onkeypress() {
if (event.keyCode<45 || event.keyCode>57) {
event.returnValue = false;
}
}
function tDKJQ_onkeypress() {
if (event.keyCode<45 || event.keyCode>57) {
event.returnValue = false;
}
}
function tZZJY_onkeypress() {
if (event.keyCode<45 || event.keyCode>57) {
event.returnValue = false;
}
}
//-->
</SCRIPT>
</HEAD>
<body style="BACKGROUND-COLOR: buttonface; BORDER: medium none; PADDING: 6px" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" LANGUAGE="javascript" onresize="return window_onresize()">
<FORM name=fFJGN method="POST" action="yhgl.asp">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td>
<fieldset style="width:100%;height:100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="p9" height="35">
<div align="center">每日存款利息 :
<input type="text" name="tCKLX" value="<%=GetPart(ret,2)%>" class="p9" LANGUAGE=javascript onkeypress="return tCKLX_onkeypress()">
‰ </div>
</td>
</tr>
<tr>
<td class="p9" height="35">
<div align="center">每次可贷款金钱:
<input type="text" name="tDKJQ" value="<%=GetPart(ret,3)%>" class="p9" LANGUAGE=javascript onkeypress="return tDKJQ_onkeypress()">
<font color="buttonface">‰ </font></div>
</td>
</tr>
<tr>
<td class="p9" height="35">
<div align="center">转帐最少经验 :
<input type="text" name="tZZJY" value="<%=GetPart(ret,4)%>" class="p9" LANGUAGE=javascript onkeypress="return tZZJY_onkeypress()">
<font color="buttonface">‰ </font></div>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td height="30">
<div align="right">
<input type="submit" name="bQD" value="确定" class="Tbutton">
<input type="button" name="bQC" value="取消" class="Tbutton" LANGUAGE=javascript onclick="return bQC_onclick()">
</div>
</td>
</tr>
</table>
</FORM>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -