您现在的位置是:河南点石律师事务所>业内新闻
<%=rsnews("NewsTitle")%>
来源:河南点石律师事务所作者:郑州律师时间:<%=year(rsnews("pubdate"))%>-<%=month(rsnews("pubdate"))%>-<%=day(rsnews("pubdate"))%>
<%=rsnews("NewsContain")%>
% call aspsql() NewsId=Request("Id") If not isNumeric(NewsId) then Response.Redirect("/") response.end end if set rsnews=Server.CreateObject("ADODB.RecordSet") sql= "select * from News where Online='1' and NewsId="&request("Id") rsnews.open sql,conn,1,1 mytype=rsnews("NewsClass") n=rsnews("ckTimes") n=n+1 conn.execute "UPDATE news SET ckTimes ="&n&" WHERE NewsId="&request("Id") %>
来源:河南点石律师事务所作者:郑州律师时间:<%=year(rsnews("pubdate"))%>-<%=month(rsnews("pubdate"))%>-<%=day(rsnews("pubdate"))%>