购物系统(本版为正式商业版

源代码在线查看: saveviphd.asp

软件大小: 6846 K
上传用户: shanon
关键词:
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
								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/saveviphd.asp
				content=replace(content,aa,"")
				
				session("content")=content
				
				set rs=server.CreateObject("adodb.recordset")
				rs.Open "select viphd from shop_config",conn,1,3
				rs("viphd")=content
				rs.Update
				session("content")=""
				response.Write "alert('VIP活动页面修改成功');window.location.href='viphd.asp';"
				response.End
				%>			

相关资源