SaveVipActivity.asp
上传用户:btntkt
上传日期:2021-04-16
资源大小:5296k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. <!--#include file="conn.asp"-->
  2. <%if session("admin")="" then
  3. response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
  4. response.End
  5. end if
  6. %>
  7. <%dim action,html
  8. html=request("html")
  9. action=request.QueryString("action")
  10. Content=Request.Form("Content")
  11. set rs=server.CreateObject("adodb.recordset")
  12. rs.Open "select viphd from webinfo",conn,1,3
  13. rs("viphd")=content
  14. rs.Update
  15. session("content")=""
  16. response.Write "<script language=javascript>alert('修改成功');window.location.href='VipActivity.asp';</script>"
  17. response.End
  18. %>