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

📄 zhxx_info.asp

📁 中国库存信息网 完整版 [已通过安全检测]Symantec AntiVirus 企业版 10.0.0.0.359 ║ ║ [病毒定义文件版本] 2006-5-5 rev.24 ║  ║ [已通
💻 ASP
字号:
<!--#include file="dbconn1.asp"-->
<%
id=request("id")
sql="update zhxx set looktimes=looktimes+1 where id="&id&""
conn.execute (sql)
set rs=server.createobject("adodb.recordset")
sql="select * from zhxx where id="&id&""
rs.open sql,conn,1,1
if rs.eof then 
   response.write "error!"
   response.end
end if
%>
<html>
<head>
<title>中国库存商贸网展会信息</title><LINK href="css.css" rel=stylesheet type=text/css>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- Fireworks MX Dreamweaver MX target.  Created Mon Oct 20 16:13:13 GMT+0800 (?D1ú±ê×?ê±??) 2003-->
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="500">
  <!-- fwtable fwsrc="new 拷贝.png" fwbase="new.png" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
  <tr>
   <td width="39"><img src="images/spacer.gif" width="39" height="1" border="0" alt=""></td>
   <td width="425"><img src="images/spacer.gif" width="299" height="1" border="0" alt=""></td>
   <td width="33"><img src="images/spacer.gif" width="33" height="1" border="0" alt=""></td>
   <td width="3"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>

  <tr>
    <td><img name="new_r1_c1" src="images/new_r1_c1.png" width="39" height="30" border="0" alt=""></td>
    <td background="images/new_r1_c2.png">
<div align="center"><%=rs("zname")%></div></td>
    <td><img name="new_r1_c3" src="images/new_r1_c3.png" width="33" height="30" border="0" alt=""></td>
   <td><img src="images/spacer.gif" width="1" height="30" border="0" alt=""></td>
  </tr>
  <tr>
    <td colspan="3" valign="top"> 
      <table width="480" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="13%" height="15"><font color="#666666">展会时间:</font></td>
          <td width="36%" height="25"><%=rs("zdate")%></td>
          <td width="8%"><font color="#666666">来源:</font></td>
          <td width="28%"><%=rs("whereadd")%></td>
          <td width="8%"><font color="#666666">浏览</font><font color="#666666">:</font></td>
          <td width="7%"><font color="#FF0000"><%=rs("looktimes")%></font></td>
        </tr>
        <tr> 
          <td colspan="6"><br>
            <table width=480 border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td><%=rs("texts")%></td>
              </tr>
            </table> </td>
        </tr>
        <tr> 
          <td height="40" colspan="6"> 
            <div align="center"><a href="javascript:window.close()"><font size="2">
              <%
	  rs.close
	  set rs=nothing
	  %>
              关闭窗口</font></a></div></td>
        </tr>
      </table>
    </td>
   <td><img src="images/spacer.gif" width="1" height="107" border="0" alt=""></td>
  </tr>
  <tr>
    <td colspan="3">&nbsp;</td>
   <td><img src="images/spacer.gif" width="1" height="15" border="0" alt=""></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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