%a=3%><% id="41" if id<>"" then set rs=server.createobject("adodb.recordset") sql="select * from webinfo where ArticleID="&cint(id) rs.open sql,conn,1,1 if rs.eof then response.Write("Errow") response.End() end if end if %>
<%=rs("content")%>
<%rs.close set rs=nothing%>