📄 sendmoney.asp
字号:
<!-- #include file="conn.asp" -->
<!--#include file="webconfig.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%></title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="include/top.asp" -->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="1" bgcolor="#cccccc"></td>
<td width="220" height="100"><!-- #include file="include/left.asp" --></td>
<td width="1" bgcolor="cccccc"></td>
<td align="center">
<!--#include file="include/search.asp" -->
<table width="96%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td valign="top">
<%
sql="select * from Net008_sendmoney where indexflag='1' order by adddate desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,2
if rs.recordcount<1 then
response.write "<font color=#ff0000>暂无相关信息</font></br>"
response.end
end if
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="22" align="left" class="centertitle">发货付款(线下支付)</td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<%
for i=1 to rs.recordcount
%>
<table width="90%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td><img src="admin/show_money.asp?id=<%=rs("id")%>" border="1" align="absmiddle"></td>
</tr>
<tr>
<td><img src="images/img_03.gif" width="12" height="12">开户行地址:<%=rs("moneyaddress")%></td>
</tr>
<tr>
<td><img src="images/img_03.gif" width="12" height="12">帐号/卡号:<%=rs("moneyname")%></td>
</tr>
<tr>
<td><img src="images/img_03.gif" width="12" height="12">收款人姓名:<%=rs("guestname")%></td>
</tr>
<tr>
<td height="20"> </td>
</tr>
<tr>
<td background="images/dot.gif" height="3"></td>
</tr>
</table>
<%
rs.movenext
next
%>
</td>
<td width="1" bgcolor="cccccc"></td>
</tr>
</table>
<!-- #include file="include/bottom.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -