⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 card.asp

📁 购物网站源码有需要的赶快下载机不可失
💻 ASP
字号:
<!--#include file="main.asp"-->
<%id=request("id")
if id="" or IsNumeric(id)<>true then
response.write"请输入正确的企业ID号!"
response.end
end if

set rs=server.createobject("adodb.recordset")
sql="select * from SMT_yp where SMT_key<>0 and SMT_key<>2 and SMT_key1=1 and SMT_id="&id
rs.open sql,conn,1,1
if rs.eof then
response.write"<script>alert('对不起,此企业不存在或已被管理员关闭\n\n如有问题请及时和我们联系');window.open('index.asp','_self');</script>"
response.end
else
goname=rs("SMT_user")
goid=rs("SMT_id")
%>
<!--#include file="dns/dns.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title><%=rs("SMT_coname")%> - 企业名片</title>
</head>

<body topmargin="0">
<%SMT_TOP%>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor=#ffffff>
<tr><td height=80></td></tr>
<tr><td>
<!--=============================-->

<table border="0" cellspacing="0" cellpadding="0" align=center>
  <tr>
    <td height=210 bgcolor=E4E4E4 valign=top style="border:1px #cc3300 solid">
<table border="0" cellspacing="5" cellpadding="0" width="350" background="img/card_1.gif">
  <tr><td><font face="黑体" class=f18><%=rs("SMT_coname")%></font><%if rs("SMT_vip")=2 then%><img src="<%=cityurl%>img/vip.gif"><%end if%></td></tr>
  <tr><td align=center height=60><font class=f14><strong><%=rs("SMT_colxr")%></strong></font> <%=rs("SMT_colxrsex")%></td></tr>
  <tr><td><p style="line-height:150%">·<strong>主营业务:</strong><%=rs("SMT_coyw")%><br>
·<strong>电话:</strong><%=rs("SMT_cotelq")%>-<%=rs("SMT_cotel")%><br>
·<strong>传真:</strong><%=rs("SMT_cofaxq")%>-<%=rs("SMT_cofax")%><br>
·<strong>邮箱:</strong><a href="mailto:<%=rs("SMT_mail")%>"><%=rs("SMT_mail")%></a><br>
·<strong>网站:</strong><a href=<%=usertwourl%> target=_blank><%=usertwourl%></a><br>
·<strong>地址:</strong><%=rs("SMT_coaddress")%></td></tr>
</table>
	</td>
    <td valign=bottom><img src="img/card_2.gif"></td>
  </tr>
</table>
<!--=============================-->
</td></tr>
<tr><td height=100></td></tr>
</table>
<!--====== bottom ========-->
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor=#ffffff>
<tr><td height=2 bgcolor=#cc3300></td></tr>
  <tr>
    <td align="center" height=80><%=citybottom%></td>
  </tr>
</table>
</body>
</html>
<%end if
rs.close
set rs=nothing%>

⌨️ 快捷键说明

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