📄 shopfukuan.asp
字号:
<!--#include file="shoptop.asp"-->
<center>
<table width="775" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="520">
<tr>
<td width="150" valign="top" align="left"> <table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top" align="left">
<!--#include file="leftlistcom.asp"-->
</td>
</tr>
<script language="Javascript">
function checkserchinput()
{
if(document.form.keyword.value=="")
{
alert("查询内容不能为空!");
document.form.keyword.focus();
return false;
}
return true;
}
</script>
</table></td>
<td width="590" height="100%" align="center" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<%
sql1="select * from member where user_company='"&user_company&"'"
set rs1=server.createobject("adodb.recordset")
rs1.open sql1,conn,3,3
user_adds=rs1("user_adds")
user_postcode=rs1("user_postcode")
user_name=rs1("user_adds")
user_id=rs1("user_id")
user_tel=rs1("user_tel")
rs1.close
set rs1=nothing
%>
<table border="0" width="590" cellspacing="0" cellpadding="0" height="5">
<tr>
<td width="100%" height=15 bgcolor="#e9a7c4">基本付款信息</td>
</tr>
<tr>
<td width="100%">收款人地址:<%=user_adds%></td>
</tr>
<tr>
<td width="100%">收款人姓名:<%=user_name%></td>
</tr>
<tr>
<td width="100%">收款人邮编:<%=user_postcode%></td>
</tr>
<tr>
<td width="100%">收款人电话:<%=user_tel%></td>
</tr>
<td width="100%" height=10></td>
</tr>
<tr>
<td width="100%" bgcolor="#e9a7c4">其他付款信息</td>
</tr><tr>
<td width="100%" height=10>
<%
sql="select * from member where user_company='"&user_company&"'"
rs.open sql,conn,3,3
if rs.eof then
%>
<%else%>
<%
user_id=rs("user_id")
end if
rs.close%>
<%
sql2="select * from fukuan where user_id="&user_id&""
set rs2=server.createobject("adodb.recordset")
rs2.open sql2,conn,3,3
if rs2.eof then
response.write "该商店没有其他付款方式"
else
do while not rs2.eof
fukuan_name=rs2("fukuan_name")
fukuan_content=rs2("fukuan_content")
%>
<table border="1" width="100%" cellspacing="0" cellpadding="0" bordercolor=#e9a7c4>
<tr><Td width=30% align=center>付款方式</td><Td align=center>说明</td></tr>
<tr><Td width=30%><%=fukuan_name%></td><Td><%=fukuan_content%></td></tr></table>
</td>
</tr>
<%
rs2.movenext
loop
end if
rs2.close
set rs2=nothing
%></table></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><hr width="770" size="1"></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0">
<tr>
<td>
<!--#include file="copy.asp"-->
</td>
</tr>
</table></td>
</tr>
</table></td>
<td bgcolor="3B6A05" width="1"></td>
</tr>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -