<% id=request.QueryString("id") If id="" Then server_v40=Request.ServerVariables("QUERY_STRING") id=Int(replace(replace(server_v40,"/",""),".html","")) End If Call ReadNews() %> <% function cutstr(tempstr,tempwid) if len(tempstr)>tempwid then cutstr=left(tempstr,tempwid)&"..." else cutstr=tempstr end if end function%>
  产品列表
<% call ShowSmallClass_Tree() %>
 
 
<% if not isEmpty(request.QueryString("id")) then id=request.QueryString("id") else id=1 end if Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "Select * From Conews where id="&id, conn,3,3 '纪录访问次数 rs("counter")=rs("counter")+1 rs.update nCounter=rs("counter") '定义内容 content=rs("content") %><%=title%> 是其中的一篇资料,希望能给您带来便捷! name=description>
<%=title%>
发布日期:[<%=time%>]   
    <%=content%> <%rs.close%>
 
【 字体: 】【打印此页】 【返回】【顶部】【关闭