<%if request("Ncla")="" or request("NCla")="0" then%><%=get_bname(request("cla"))%><%else%><%=get_sname(request("Ncla"))%><%end if%> DETAIL
<%Thex=request("Thex") Set rs = Server.CreateObject("Adodb.RecordSet") sql="select * from bdnews where nws_id="&Thex&"" rs.open sql,conn,2,3 if rs.eof then else rs("nws_click")=rs("nws_click")+1 rs.update %>
<%=rs("nws_title")%>
查看:<%=rs("nws_click")%>  发稿日期:<%=rs("nws_time")%>
<%=rs("nws_cont")%>
<%rs.close set rs=nothing end if%>