<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <%Response.Charset="UTF-8"%> <%Session.CodePage=65001%> 第酒团 <% if Request("addblog")<>"" then Title=trim(Request("Title")) Content=trim(Request("Title")) set rs=server.CreateObject("adodb.recordset") rs.open "select * from news",conn,1,3 rs.addnew rs("Title")=Title rs("Content")=Content rs("author")=request.Cookies("username") rs.update rs.close set rs=nothing response.Redirect("index.asp") end if %>

<%if msg <> "" then%> <%end if%>
   
标题
正文