SaveVipActivity.asp
资源名称:shop2.rar [点击查看]
上传用户:btntkt
上传日期:2021-04-16
资源大小:5296k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <!--#include file="conn.asp"-->
- <%if session("admin")="" then
- response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
- response.End
- end if
- %>
- <%dim action,html
- html=request("html")
- action=request.QueryString("action")
- Content=Request.Form("Content")
- set rs=server.CreateObject("adodb.recordset")
- rs.Open "select viphd from webinfo",conn,1,3
- rs("viphd")=content
- rs.Update
- session("content")=""
- response.Write "<script language=javascript>alert('修改成功');window.location.href='VipActivity.asp';</script>"
- response.End
- %>
English
