<%@ LANGUAGE = VBScript %> <% infoid=trim(request("infoid")) if infoid<>"" and isnumeric(infoid) then set rs=server.createobject("adodb.recordset") sql="select * from IM_info where infoid="&infoid&" and isshow=1" rs.open sql,conn,1,1 if not rs.eof then classid=rs("classid") columnid=rs("columnid") title=rs("title") content=htmlencode(rs("content")) src=rs("src") author=rs("author") addtime=formatdt(rs("addtime"),5) keyword=rs("keyword") pageno=rs("pageno") lasthittime=rs("lasthittime") else rs.close set rs=nothing conn.close set conn=nothing response.end end if rs.close sql="select * from IM_column,IM_class where IM_class.classid="&classid&" and IM_column.columnid="&columnid&"" rs.open sql,conn,1,1 if not rs.eof then columnname=rs("columnname") classname=rs("classname") else rs.close set rs=nothing response.end end if rs.close set rs=nothing else conn.close set conn=nothing response.end end if %> 站点导航
ITHarD.COM | 市场速递 | IT 资讯 | 评测中心 | 厂商动态 | 硬件报价    
设为首页
联络我们
关于我们
站点导航
www.ithard.com    www.ithard.com   www.ithard.com   www.ithard.com   www.ithard.com   www.ithard.com   www.ithard.com   www.ithard.com  www.ithard.com

 

站点导航


一、市场速递   全国第一线的市场行情我们亲手为你送上

 1. 走进珠江路  全面接触南京珠江路电脑市场最新最酷的产品与活动
 2. 产品追踪   热辣新奇的电脑产品在这里应有尽有
 3. 市场点击   让你看清变幻莫测的价格世界

二、IT资讯    IT大事尽收眼底

 1. 硬件天地   在这里除了硬件我们不谈别的
 2. 软件世界   让我们为硬件插上飞翔的翅膀
 3. 互联网中心  网络的历史我们共同去见证
 4. 数码梦工厂  数码魅力,舍我其谁?
 5. 其他动态   人物、花边……在这里生动再现

三、评测中心   揭开产品背后的故事

 1. 易特评测室  本站测试工程师为你全力打造
 2. 精品文章屋  优秀的文章不容错过

四、厂商动态   经常去看看说不定有打折促销信息等着你

五、硬件报价   即时掌握最新的IT产品价格(暂时提供主要产品价格信息)

六、虚拟社区   在这里网络是世界的经脉,沟通让心与心相连(即将推出)


 

 
版权所有 Copyright &copy; 2001--2002 www.ITHARD.net All Rights Reserve

 

<% if month(lasthittime)=month(now) then sql="update IM_info set monthhits=monthhits+1,hit=hit+1,lasthittime=getdate() where infoid="&infoid&"" else sql="update IM_info set monthhits=1,hit=hit+1,lasthittime=getdate() where infoid="&infoid&"" end if conn.execute sql conn.close set conn=nothing %>