📄 cashto.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="style.css" rel=stylesheet>
<title>订单已经提交</title>
</head>
<body>
<%
dim d_name,d_tel,d_mail,d_oicq,sub_number
d_name=request("d_name")
d_tel=request("d_tel")
d_mail=request("d_mail")
d_oicq=request("d_oicq")
sub_number=request("sub_number")
sub_time=now()
Set rs=Server.CreateObject("Adodb.RecordSet")
sql="select * from sub where sub_number='"&sub_number&"'"
rs.open sql,conn,3,3
rs("d_name")=d_name
rs("d_tel")=d_tel
rs("d_mail")=d_mail
rs("d_oicq")=d_oicq
rs("sub_time")=now()
rs.update
rs.Close
set rs=Nothing
conn.Close
set conn=Nothing
%>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="500" height="1">
<tr>
<td background="pic/line_gb.gif" height="1" width="498"></td>
</tr>
</center>
<tr>
<td height="1" bgcolor="#EEEEEE" width="250" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="1">
<tr>
<td width="100%" height="30"> 订单已经成功提交</td>
</tr>
<tr>
<td width="100%" height="1"> 请通过以下3间银行付款完成</td>
</tr>
<tr>
<td width="100%" height="31"> 使用完毕,可<a href="javascript:window.close()">〖关闭窗口〗</a></td>
</tr>
</table>
</td>
</tr>
<center>
<tr>
<td height="1" background="pic/line_gb.gif" width="498"></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="500">
<tr>
<td bgcolor="#EEEEEE" width="141" align="center">建设银行</td>
<td bgcolor="#EEEEEE" width="349">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" height="19">行址: </td>
</tr>
<tr>
<td width="100%" height="19">卡号: </td>
</tr>
<tr>
<td width="100%" height="19">户名: </td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td bgcolor="#EEEEEE" width="141" align="center">招商银行</td>
<td bgcolor="#EEEEEE" width="349">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" height="19">行址: </td>
</tr>
<tr>
<td width="100%" height="19">卡号: </td>
</tr>
<tr>
<td width="100%" height="19">户名: </td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td bgcolor="#EEEEEE" width="141" align="center">工商银行</td>
<td bgcolor="#EEEEEE" width="349">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" height="19">行址: </td>
</tr>
<tr>
<td width="100%" height="19">卡号: </td>
</tr>
<tr>
<td width="100%" height="19">户名: </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="500" height="1">
<tr>
<td background="pic/line_gb.gif" height="1" width="494"></td>
</tr>
<tr>
<td height="19" bgcolor="#EEEEEE" width="498">
<p align="center">...:::付款方式:::...</td>
</tr>
<tr>
<td background="pic/line_gb.gif" height="1" width="494"></td>
</tr>
</table>
</center>
</div>
<p align="center"><a href="javascript:window.close()">〖关闭窗口〗</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -