📄 upsaveshangpin.asp
字号:
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<!--#include file="../Inc/Config.asp" -->
<!--#include file="../Inc/dbconn.asp" -->
<%
spbianma=Trim(Request.Form("spbianhao"))
spname=Trim(Request.Form("spname"))
spdanwei=Request.Form("spdanwei")
spgonghuo=Request.Form("spgonghuo2")
qita=Request.Form("spqita1")
qitaqi=Request.Form("spqita2")
spbeizhu=Request.Form("spbeizhu")
shuliang=0
set rst=server.CreateObject("adodb.recordset")
sql="EXEC jxc_upshangpin '"& spbianma & "','" & spname &"','" & spdanwei &"','" & spgonghuo &"','" &qita &"','" & qitaqi &"','" &spbeizhu &"'"
rst.Open sql,Conn
'set rst=noting
call endconn()
response.write "<script language=javascript>" 'Javascript 开始
response.write"alert('成 功!!');" '警告
response.write"location.href='shangpin.asp';" '跳转到页面
response.write "</script>"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -