| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 183 人关注过本帖
标题:产品展示 添加下一页 上一页
只看楼主 加入收藏
hdfsvod
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2011-7-8
收藏
 问题点数:0 回复次数:0 
产品展示 添加下一页 上一页
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<!--#include file="inc/conn.asp"-->
<%
owen=request("id")              
Set rs=Server.CreateObject("ADODB.RecordSet")
sql="update Product set hits=hits+1 where ArticleID="&cstr(request("id"))
conn.execute sql
sql="select * from Product where ArticleID="&owen
rs.Open sql,conn,1,1
title=rs("title")
spec=rs("Spec")
price=rs("price")
memo=rs("Memo")
unit=rs("Unit")
content=rs("content")
Buy_price=rs("Buy_price")
hits=rs("Hits")
atime=FormatDateTime(rs("UpdateTime"),2)
UploadFiles=rs("UploadFiles")
owen1=rs("BigClassName")
owen2=rs("SmallClassName")
if rs.eof and rs.bof then
response.Write("数据库出错")
else
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=title%>-<%if owen1="" then%>产品中心<%else%><%=owen1%><%end if%>-汇森烤漆门-郑州汇森烤漆套装门</title>
<link href="images/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- #include file="Hd.asp" -->
<!-- mainer -->
<div id="mainer">
<table width="1000" align="center" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="221" valign="top" bgcolor="#9c2e07">
    <!-- left -->
        <!-- #include file="Left.asp" --></td>
    <td width="779" valign="top" bgcolor="#ffe7a5">
    <!-- right -->
    <div id="right">
        <div class="border_1">
            <div id="guider"><h2>产品中心 &gt;&gt; <%=owen1%></h2></div>
            <div id="guider1">
                         <p><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td class="td_22"><table width="98%" align="center" cellspacing="0">
          <tr>
            <td width="100%" height="50" align="center" valign="middle"><strong><font color="#FF0000" size="+2"><%=title%></font></strong><br /></td>
            </tr>
         
          <tr>
            <td align="right" class="td_xuxian" >规格型号:<%=Spec%> 浏览次数:<font color="#FF0000"><%=hits%></font>产品类别:<%=owen1%></td>
          </tr>
          <tr>
            <td align="left" ><strong>&nbsp;<%=title%>详细信息</strong></td>
          </tr>
          <tr>
            <td height="10"></td>
          </tr>
          <tr>
            <td height="20" align="left" class="td_22"><%=content%></td>
          </tr>
<%
End if
%>
          <tr>
            <td>&nbsp;</td>
            </tr>
        </table></td>
          </tr>
        </table>
                         </p>
            </div>
        </div>
    </div>
    </td>
  </tr>
</table>
</div>
<!-- #include file="Button.asp" -->
</BODY>
</HTML>
搜索更多相关主题的帖子: 产品展示 
2011-07-08 14:56
快速回复:产品展示 添加下一页 上一页
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016199 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved