response.Write "alert('网络超时或您还没有登陆!');window.location.href='login.asp';"
response.End
end if
if session("flag")>1 then
response.Write "您没有此项目管理权限!"
response.End
end if
if qx81 then
response.Write "您没有此项目管理权限!"
response.End
end if
%>
html=request("html")
action=request.QueryString("action")
Content=Request.Form("Content")
'将里面的链接换成本地链接
aa="http://"&Request.ServerVariables("server_name")&Request.ServerVariables("path_info")
aa= mid(aa,1,len(aa)-19) '19=admin/savevipsq.asp
content=replace(content,aa,"")
session("content")=content
set rs=server.CreateObject("adodb.recordset")
rs.Open "select vipsq from shop_config",conn,1,3
rs("vipsq")=content
rs.Update
session("content")=""
response.Write "alert('VIP申请页面修改成功');window.location.href='vipsq.asp';"
response.End
%>