%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% id=cint(request.QueryString("id")) classid=cint(request.QueryString("classid")) str="select * from m_news where classid="&classid&"and id="&id set aa=objconn.execute (str) postdate=aa(7) authors=aa(4) content=aa(2) subject=aa(1) %>
|