⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ok-tianjia-lb.asp

📁 电子商务系统Easy_Buy是一个在线销售系统
💻 ASP
字号:
<!--#include file="../login/0.asp"-->
<!--#include file="../../conn/conn.asp" -->
<%
dim newTitle,lbid,xlbid
Select case Request("action")
	case "step1"
	
		newTitle =Request.Form("newTitle")
		Set s= Server.CreateObject("abodb.recordset")
		conn.execute("Insert into lb(lbname)values('"& newTitle &"')")
		Response.write "<script>alert(""添加成功"");window.close();window.opener.location.reload();</script>"
		Response.End
	case "step2"
	
		newTitle =Request.Form("newTitle")
		lbid = Request.Form("lbid")
		Set s= Server.CreateObject("abodb.recordset")
		conn.execute("Insert into xlb(xlbname,lbid)values('"& newTitle &"',"& lbid &")")
		Response.write "<script>alert(""添加成功"");window.close();window.opener.location.reload();</script>"
		Response.End
	case "step3"
	
		newTitle =Request.Form("newTitle")
		lbid = Request.Form("lbid")
		xlbid = Request.Form("xlbid")
		Set s= Server.CreateObject("abodb.recordset")
		conn.execute("Insert into slb(slbname,lbid,xlbid)values('"& newTitle &"',"& lbid &","& xlbid &")")
		Response.write "<script>alert(""添加成功"");window.close();window.opener.location.reload();</script>"
		Response.End
end Select
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -