采用asp+fso技术 傻瓜式的程序安装和调试 用户无需考虑系统的安装维护 美观、友好的展示铺面 设计中应用了多种网络安全技术 顾客可以方便的查询并订购商品 用户可以方便的定义各种商品信息

源代码在线查看: ziduanset.asp

软件大小: 7134 K
上传用户: lihuitao1987
关键词: asp fso 用户
下载地址: 免注册下载 普通下载 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
				
				dim ziduanid,ziduanorder,ziduanname,ziduanno,i
				if request("action")="update" then
				    for i=1 to request.form("ziduanid").count
					ziduanid=replace(request.form("ziduanid")(i),"'","")
					ziduanname=replace(request.form("ziduanname")(i),"'","")
					conn.execute("update ziduan set ziduanname='"&ziduanname&"' where id="&ziduanid)
				
				    next
				conn.close
				set conn=nothing
				response.write "alert('字段设置成功!');window.location.href='ziduanmanage.asp';"
				end if
				%>			

相关资源