<%id=request("id") if id="" or (not isnumeric(id)) then response.Write("") else id=cint(id) end if %>
技术支持  

<% set rs=server.CreateObject("adodb.recordset") sql="select * from news2 where nclassid=0 and id="&id rs.open sql,conn,1,1 if not (rs.eof and rs.bof)then %>
<%=rs("title")%>
<%=rs("newscontent")%>
<%end if rs.close set rs=nothing %>