onlinepay.asp

来自「国内第一数字点卡销售程序。功能强大。 完整无错!数据文件经MD5加密!经严格测」· ASP 代码 · 共 88 行

ASP
88
字号
<!--#include file="top.asp"-->
<% if session("user_name")="" then
   response.write "<script language=javascript>alert('请先登陆后操作,谢谢合作!');history.go(-1);</script>"
   response.End
end if%>
<script language="JavaScript">
function validform(){
	if (document.form.sub_username.value == ""){
		document.form.sub_username.focus();
		alert ("请输入用户名,谢谢合作!");
		return false;
	}
	if (document.form.sub_totalcash.value == ""){
		document.form.sub_totalcash.focus();
		alert ("请输入汇款金额,谢谢合作!");
		return false;
	}
	if (document.form.sub_getbank.value == ""){
		document.form.sub_getbank.focus();
		alert ("请输入汇款银行,谢谢合作!");
		return false;
	}
}
</script>
<td width="15" height="3">&nbsp;</td>
<!--#include file="leftuser.asp"--></td>
<td width="15" height="30">&nbsp;</td>
<td width="600" valign="top">
	  <%sql="select * from [user] where user_name='"&session("user_name")&"'"  
        rs.open sql,conn,3,3  
        %>  
		<form method="POST" action="onlinepay_2.asp"  name="Form" onsubmit="return validform()" ><table border="0" width="600" cellspacing="0" cellpadding="0" height="379">
				<tr>
					<td height="100%" width="613" valign="top">	
	<div align="center">
		<table border="1" width="73%" cellpadding="0" id="table1" height="302" bordercolorlight="#339933" bordercolordark="#FFFFFF" cellspacing="0">

	<tr>
				<td colspan="2" height="36" bgcolor="#339933">
				<p align="center"><font  color="#FFFFFF"><b>&nbsp;<font size="3">&nbsp;&nbsp;在线充值帐户</font></b></font></td>
			</tr>
			<tr>
				<td width="37%" align="right" style="padding:5px; " height="35">用户名 :</td>
				<td width="48%" style="padding:5px; " height="35">
				<input type="text" name="sub_username" size="14" class="ipt" value="<%=rs("user_name")%>" readonly ><font color="#FF0000"> 
				*</font></td>
			</tr>
			<tr>
				<td width="37%" align="right" style="padding:5px; " height="35">E-mail :</td>
				<td width="48%" style="padding:5px; " height="35">
				<input type="text" name="sub_usermail" size="22" class="ipt" value="<%=rs("user_mail")%>"><font color="#FF0000"> 
				*</font></td>
			</tr>
			<tr>
				<td width="37%" align="right" style="padding:5px; " height="35">电 话 :</td>
				<td width="48%" style="padding:5px; " height="35">
				<input type="text" name="sub_usertel" size="14" class="ipt" value="<%=rs("user_tel")%>"><font color="#FF0000"> 
				*</font></td>
			</tr>
			<tr>
				<td width="37%" align="right" style="padding:5px; " height="35">真实姓名 :</td>
				<td width="48%" style="padding:5px; " height="35">
				<input type="text" name="sub_usernamec" size="20" class="ipt" value="<%=rs("user_namec")%>">  <%rs.close%>  <font color="#FF0000"> 
				*</font></td>
			</tr>
			<tr>
				<td width="37%" align="right" style="padding:5px; " height="35">
				汇款金额:</td>
				<td width="48%" style="padding:5px; " height="35">
				<input type="text" name="sub_totalcash" size="8" class="ipt">  <font color="#FF0000"> 
				*格式为:100.50</font></td>
			</tr>
			<tr>
				<td width="96%" align="right" colspan="2" valign="middle" height="53">
				<p align="center"><input type="submit" value="提交" name="B1">&nbsp;&nbsp;&nbsp;&nbsp;
	<input type="reset" value="重置" name="B2"></td>
			</tr>
			</table>
	</div></form></td>
				</tr>
			</table>
			</td>
<td width="1" background="images/line.jpg"></td>
		</tr>
		</table>

<!--#include file="copy.asp"-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?