<%@ codepage = "936" %> <% dim id id=request("id") set RsInfo=Server.CreateObject("adodb.recordset") sql="select title,content,FilePath from t_news where id="&id RsInfo.open sql,conn,1,1 if not rsinfo.eof then title=rsinfo("title") content=rsinfo("content") FilePath=RsInfo("FilePath") end if %> <%=title%>
<%if(FilePath<>"" and not isnull(FilePath)) then 'FilePath=replace(FilePath,"../","") %> <%end if%> <% rsinfo.close %>

<%=title%>

          <%=content%>
<% set rsinfo=nothing conn.close set conn=nothing %>