📄 company.asp
字号:
<!--#include file="top.asp"-->
<center>
<table border="0" width="760" cellspacing="0" cellpadding="0" height="312">
<tr>
<td width="190" height="312" valign="top" align="left">
<table border="0" width="190" cellspacing="0" cellpadding="0">
<tr>
<td width="190" valign="top" align="left"><!--#include file="left.asp"--></td>
</tr>
</table>
</td>
</center>
<td width="380" valign="top" align="left">
<table border="0" width="380" cellspacing="0" cellpadding="0" height="5">
<%company=request.querystring("company")
sql="select * from member where user_company='"&company&"'"
rs.open sql,conn,3,3
if rs.eof then
%>
<tr>
<td width="380" bgcolor="#FF9A31" height="18">
没有找到你要查看的商店
</td>
</tr>
<%else
do while not rs.eof
%>
<tr>
<td width="380" bgcolor="#FF9A31" height="18">
公司名称:<%=rs("user_company")%>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#63CFFF">
<table border="0" width="100%" cellspacing="1">
<tr>
<td width="100%" bgcolor="#FFFFFF">公司名称:<%=rs("user_company")%><p>
公司地址:<%=rs("user_adds")%><p>
公司电话:<font color=red><%=rs("user_tel")%></font>
<p>
公司邮编:<%=rs("user_postcode")%><p>
公司传真:<%=rs("user_fax")%><p>
公司主要负责人:<%=rs("user_name")%><p>
公司E-mail:<%=rs("user_mail")%></td>
</tr>
<%rs.movenext
loop
end if
rs.close
%>
</table>
</td>
</tr>
<center>
<tr>
<td width="100%"></td>
</tr>
</table>
</center>
</td>
<td width="190" valign="top" align="left">
<table border="0" width="190" cellspacing="0" cellpadding="0">
<tr>
<td width="190"><!--#include file="right.asp"--></td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -