<% ShowSmallClassType=ShowSmallClassType_Article dim ArticleID ArticleID=trim(request("ArticleID")) if ArticleId="" then response.Redirect("Product.asp") end if sql="select * from Product where ArticleID=" & ArticleID & "" Set rs= Server.CreateObject("ADODB.Recordset") rs.open sql,conn,1,3 if rs.bof and rs.eof then response.write"" else rs("Hits")=rs("Hits")+1 rs.update if rs("hits")>=HitsOfHot then rs("Hot")=True rs.update end if BigClassName=rs("BigClassName") SmallClassName=rs("SmallClassName") %> >
 
      <% response.write "   " & rs("BigClassName") & " >> " if rs("SmallClassName") & ""<>"" then response.write "" & rs("SmallClassName") & " >> " end if response.write rs("Title") %>

   

  由行业权威媒体慧聪网安防行业举办的“2007年度安防行业十大品牌”颁奖活动于2008年5月16日下午14:00时在钓鱼台国宾馆隆重举行!


    本届“2007年度安防行业十大评选”共产生5大类企业奖项,分别为“十大国外品牌”,“十大民族品牌”、“十大创新品牌”、“十大用户满意品牌”及“十佳工程服务商”、 “十大风云人物”个人奖项。深圳市超音速电子有限公司的“A.E精工”镜头由于其出色的质量和性能受到了广大用户的好评,荣获了用户满意的十大品牌之一。

 

 
  点击数:<%=rs("Hits")%>  录入时间:<%= FormatDateTime(rs("UpdateTime"),2) %>  【打印此页】 【返回



TOP  
 
   
     
<% end if rs.close set rs=nothing call CloseConn() %>