asp的网上卖东西的..看看还可以的吧

源代码在线查看: savevipdyj.asp

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

相关代码

				
				
								response.Write "alert('网络超时或您还没有登陆!');window.location.href='login.asp';"
				response.End
				else
				if session("flag")>1 then
				response.Write "您没有此项目管理权限!"
				response.End
				end if
				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)-20)		'20=admin/savevipdyj.asp
				content=replace(content,aa,"")
				
				session("content")=content
				
				set rs=server.CreateObject("adodb.recordset")
				rs.Open "select vipdyj from BJX_config",conn,1,3
				rs("vipdyj")=content
				rs.Update
				session("content")=""
				response.Write "alert('VIP大赢家页面修改成功');window.location.href='vipdyj.asp';"
				response.End
				%>			

相关资源