%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% id = request.QueryString("id") if(id="" or (not IsNumeric(id)))then id = 0 end if sql="select * from news where id = "&cint(id)&" and pass=true" GetdbRs sql,1,1 if(not rs.eof)then body = rs("body").value topic = rs("topic").value comefrom = rs("Nfrom").value uptime = formatdatetime(rs("uptime").value,2) end if %>
|
|
|
|||