%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<% id =request.QueryString("id") sql="select * from article where Deleted=False and articleid="&clng(id) rs.open sql,conn,1,1 dim key if not rs.eof and not rs.bof then conn.execute("update article set hits=hits+1 where articleid="&id) title=rs("title") classid=rs("classid") content=replace(rs("content"),"UploadFiles/",adminpath&"UploadFiles/") updatetime=rs("updatetime") author=rs("author") copyfrom=rs("copyfrom") key=rs("key") end if %>![]() |
||||||||||||
|